Shades of Dark Red #900902
Tints of Dark Red #900902
RGB
CMYK
RGB Variations
Color information
#900902 (or 0x900902) is known color: Dark Red. HEX triplet: 90, 09 and 02. RGB value is (144,9,2). Sum of RGB (Red+Green+Blue) = 144+9+2=155 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.90% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 144 - color contains mainly: red. Hex color #900902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900902 is #6FF6FD. Grayscale: #303030. Windows color (decimal): -7337726 or 133520. OLE color: 133520.
HSL color Cylindrical-coordinate representation of color #900902: hue angle of 2.96º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900902 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.44 |
| HSL | 2.96º | 0.97% | 0.29% | - |
| HSV(B) | 2.96º | 0.99% | 0.56% | - |
| XYZ | 11.61 | 6.13 | 0.63 | - |
| YUV | 48.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 2 | 0 | 0.94 | 0.99 | 0.44 | 2.96 | 0.97 | 0.29 |
| Hex | 90 | 9 | 2 | 0 | 5E | 63 | 2C | 3 | 61 | 1D |
| Octal | 220 | 11 | 2 | 0 | 136 | 143 | 54 | 3 | 141 | 35 |
| Binary | 10010000 | 1001 | 10 | 0 | 1011110 | 1100011 | 101100 | 11 | 1100001 | 11101 |
Color Harmonies of #900902
Complementary color
Monochromatic Colors of #900902
Black with #900902
Text Example
Text Example
White with #900902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900902; }
p { color: rgb(144,9,2); }
H1.HeaderClassName
{
color: #900902;
}
.AnyTagClassName
{
color: #900902;
}
</style>
background-color css
<style>
a { background-color: #900902; }
a { background-color: rgb(144,9,2); }
div.DivClassName
{
background-color: #900902;
}
.BgClassName
{
background-color: #900902;
}
</style>
border-color css
<style>
span { border-color: #900902; }
span { border-color: rgb(144,9,2); }
td.TdClassName
{
border-color: #900902;
}
.TagClassName
{
border-color: #900902;
}
</style>