Color: #90173B

#90173B Color Information

#90173B is a dark color. The closest websafe version is #90173B. A complement of this color would be #18916C, perceived brightness is 0.25, and the grayscale version is #535353.

In the HSL color space, this color has a hue angle of 342°,a saturation of 72%, and a lightness of 33%.The HSV representation shows a hue of 342°, a saturation of 84%, and a value of 56%.

In a RGB color space, #90173B is composed of 56% red, 9% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 84% magenta, 59% yellow and 44% black.

In the Yxy color space, this color is represented as Y: 7.08, x: 0.5513, and y: 0.2975.

Color Code #90173B

#90173Brgb(144, 23, 59)
HEX
#90173B
RGB
rgb(144, 23, 59)
HSL
hsl(342, 72%, 33%)
HSV
hsv(342, 84%, 56%)
CMYK
0%, 84%, 59%, 44%
XYZ
X: 13.12, Y: 7.08, Z: 3.60
Lab
L: 32.00, a: 50.26, b: 12.38
Name

Shades of Color #90173B

Shades are created by darkening the original color #90173B in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #90173B

Tints are created by lightening the original color #90173B in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#90173Brgb(144, 23, 59)

About #90173B Color Code

In the HSL color space, this color has a hue angle of 342°, a saturation of 72%, and a lightness of 33%. The HSV representation shows a hue of 342°, a saturation of 84%, and a value of 56%.

  • HEX: #90173B
  • RGB: rgb(144, 23, 59)
  • HSL: hsl(342, 72%, 33%)
  • HSV: hsv(342, 84%, 56%)
  • CMYK: 0.00% cyan, 84.00% magenta, 59.00% yellow, 44.00% black
  • XYZ: 13.12, 7.08, 3.60
  • Yxy: 7.08, 0.5513, 0.2975
  • Hunter Lab: 32.00, 50.26, 12.38
  • CIE-Lab: 32.00, 50.26, 12.38

In the XYZ color space, this color is represented as X: 13.12, Y: 7.08, Z: 3.60. The Yxy representation further refines this as Y: 7.08, x: 0.5513, and y: 0.2975.

In the Hunter Lab color space, this color is represented as L: 32.00, a: 50.26, and b: 12.38. Similarly, in the CIE-Lab color space, it is represented as L: 32.00, a: 50.26, and b: 12.38.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #90173B

Triadic colors are three colors evenly spaced around the color wheel, including #90173B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #90173B

Analogous colors are adjacent to #90173B on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #90173B

Split complementary colors are two colors adjacent to the complementary color of #90173B. They create a balanced and visually appealing color scheme.

Tetradic Colors of #90173B

Tetradic colors form a rectangle on the color wheel, including #90173B. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #90173B

Monochromatic colors are variations of #90173B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #90173B

The complementary color of #90173B is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #90173B

/* Using HEX */
body {
  background-color: #90173b;
}
/* Using RGB */
body {
  background-color: rgb(144, 23, 59);
}
/* Using RGB with opacity */
body {
  background-color: rgba(144, 23, 59, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(342, 72%, 33%);
}
/* Text color */
p {
  color: #90173b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #90173b;
}
/* Border color */
.box {
  border: 4px solid #90173b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #90173b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #90173b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#90173B
On Black Background
#90173B
On White Background
#90173B

HTML Examples of #90173B

<!-- Using HEX -->
<div style="background-color: #90173b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(144, 23, 59); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(144, 23, 59, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(342, 72%, 33%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #90173b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #90173b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #90173b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #90173b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #90173b; color: #fff; padding: 16px; border-radius: 8px;">
  #90173B
</div>
#90173B
On Black Background
#90173B
On White Background
#90173B

Related Colors of #90173B

These colors are similar to #90173B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.