Shades of Dark Red #90110B
Tints of Dark Red #90110B
RGB
CMYK
RGB Variations
Color information
#90110B (or 0x90110B) is known color: Dark Red. HEX triplet: 90, 11 and 0B. RGB value is (144,17,11). Sum of RGB (Red+Green+Blue) = 144+17+11=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #90110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90110B is #6FEEF4. Grayscale: #363636. Windows color (decimal): -7335669 or 725392. OLE color: 725392.
HSL color Cylindrical-coordinate representation of color #90110B: hue angle of 2.71º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90110B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.44 |
| HSL | 2.71º | 0.86% | 0.3% | - |
| HSV(B) | 2.71º | 0.92% | 0.56% | - |
| XYZ | 11.76 | 6.35 | 0.92 | - |
| YUV | 54.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 11 | 0 | 0.88 | 0.92 | 0.44 | 2.71 | 0.86 | 0.3 |
| Hex | 90 | 11 | B | 0 | 58 | 5C | 2C | 3 | 56 | 1E |
| Octal | 220 | 21 | 13 | 0 | 130 | 134 | 54 | 3 | 126 | 36 |
| Binary | 10010000 | 10001 | 1011 | 0 | 1011000 | 1011100 | 101100 | 11 | 1010110 | 11110 |
Color Harmonies of #90110B
Complementary color
Monochromatic Colors of #90110B
Black with #90110B
Text Example
Text Example
White with #90110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90110B; }
p { color: rgb(144,17,11); }
H1.HeaderClassName
{
color: #90110B;
}
.AnyTagClassName
{
color: #90110B;
}
</style>
background-color css
<style>
a { background-color: #90110B; }
a { background-color: rgb(144,17,11); }
div.DivClassName
{
background-color: #90110B;
}
.BgClassName
{
background-color: #90110B;
}
</style>
border-color css
<style>
span { border-color: #90110B; }
span { border-color: rgb(144,17,11); }
td.TdClassName
{
border-color: #90110B;
}
.TagClassName
{
border-color: #90110B;
}
</style>