Shades of Dark Red #900F04
Tints of Dark Red #900F04
RGB
CMYK
RGB Variations
Color information
#900F04 (or 0x900F04) is known color: Dark Red. HEX triplet: 90, 0F and 04. RGB value is (144,15,4). Sum of RGB (Red+Green+Blue) = 144+15+4=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #900F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F04 is #6FF0FB. Grayscale: #343434. Windows color (decimal): -7336188 or 266128. OLE color: 266128.
HSL color Cylindrical-coordinate representation of color #900F04: hue angle of 4.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900F04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 4 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.44 |
| HSL | 4.71º | 0.95% | 0.29% | - |
| HSV(B) | 4.71º | 0.97% | 0.56% | - |
| XYZ | 11.69 | 6.28 | 0.71 | - |
| YUV | 52.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 4 | 0 | 0.90 | 0.97 | 0.44 | 4.71 | 0.95 | 0.29 |
| Hex | 90 | F | 4 | 0 | 5A | 61 | 2C | 5 | 5F | 1D |
| Octal | 220 | 17 | 4 | 0 | 132 | 141 | 54 | 5 | 137 | 35 |
| Binary | 10010000 | 1111 | 100 | 0 | 1011010 | 1100001 | 101100 | 101 | 1011111 | 11101 |
Color Harmonies of #900F04
Complementary color
Monochromatic Colors of #900F04
Black with #900F04
Text Example
Text Example
White with #900F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F04; }
p { color: rgb(144,15,4); }
H1.HeaderClassName
{
color: #900F04;
}
.AnyTagClassName
{
color: #900F04;
}
</style>
background-color css
<style>
a { background-color: #900F04; }
a { background-color: rgb(144,15,4); }
div.DivClassName
{
background-color: #900F04;
}
.BgClassName
{
background-color: #900F04;
}
</style>
border-color css
<style>
span { border-color: #900F04; }
span { border-color: rgb(144,15,4); }
td.TdClassName
{
border-color: #900F04;
}
.TagClassName
{
border-color: #900F04;
}
</style>