Shades of Dark Red #901209
Tints of Dark Red #901209
RGB
CMYK
RGB Variations
Color information
#901209 (or 0x901209) is known color: Dark Red. HEX triplet: 90, 12 and 09. RGB value is (144,18,9). Sum of RGB (Red+Green+Blue) = 144+18+9=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #901209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901209 is #6FEDF6. Grayscale: #363636. Windows color (decimal): -7335415 or 594576. OLE color: 594576.
HSL color Cylindrical-coordinate representation of color #901209: hue angle of 4º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #901209 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 9 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.44 |
| HSL | 4º | 0.88% | 0.3% | - |
| HSV(B) | 4º | 0.94% | 0.56% | - |
| XYZ | 11.77 | 6.38 | 0.87 | - |
| YUV | 54.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 9 | 0 | 0.88 | 0.94 | 0.44 | 4 | 0.88 | 0.3 |
| Hex | 90 | 12 | 9 | 0 | 58 | 5E | 2C | 4 | 58 | 1E |
| Octal | 220 | 22 | 11 | 0 | 130 | 136 | 54 | 4 | 130 | 36 |
| Binary | 10010000 | 10010 | 1001 | 0 | 1011000 | 1011110 | 101100 | 100 | 1011000 | 11110 |
Color Harmonies of #901209
Complementary color
Monochromatic Colors of #901209
Black with #901209
Text Example
Text Example
White with #901209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901209; }
p { color: rgb(144,18,9); }
H1.HeaderClassName
{
color: #901209;
}
.AnyTagClassName
{
color: #901209;
}
</style>
background-color css
<style>
a { background-color: #901209; }
a { background-color: rgb(144,18,9); }
div.DivClassName
{
background-color: #901209;
}
.BgClassName
{
background-color: #901209;
}
</style>
border-color css
<style>
span { border-color: #901209; }
span { border-color: rgb(144,18,9); }
td.TdClassName
{
border-color: #901209;
}
.TagClassName
{
border-color: #901209;
}
</style>