Shades of Dark Red #901002
Tints of Dark Red #901002
RGB
CMYK
RGB Variations
Color information
#901002 (or 0x901002) is known color: Dark Red. HEX triplet: 90, 10 and 02. RGB value is (144,16,2). Sum of RGB (Red+Green+Blue) = 144+16+2=162 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.89% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 144 - color contains mainly: red. Hex color #901002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901002 is #6FEFFD. Grayscale: #343434. Windows color (decimal): -7335934 or 135312. OLE color: 135312.
HSL color Cylindrical-coordinate representation of color #901002: hue angle of 5.92º 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 #901002 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.44 |
| HSL | 5.92º | 0.97% | 0.29% | - |
| HSV(B) | 5.92º | 0.99% | 0.56% | - |
| XYZ | 11.7 | 6.3 | 0.66 | - |
| YUV | 52.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 2 | 0 | 0.89 | 0.99 | 0.44 | 5.92 | 0.97 | 0.29 |
| Hex | 90 | 10 | 2 | 0 | 59 | 63 | 2C | 6 | 61 | 1D |
| Octal | 220 | 20 | 2 | 0 | 131 | 143 | 54 | 6 | 141 | 35 |
| Binary | 10010000 | 10000 | 10 | 0 | 1011001 | 1100011 | 101100 | 110 | 1100001 | 11101 |
Color Harmonies of #901002
Complementary color
Monochromatic Colors of #901002
Black with #901002
Text Example
Text Example
White with #901002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901002; }
p { color: rgb(144,16,2); }
H1.HeaderClassName
{
color: #901002;
}
.AnyTagClassName
{
color: #901002;
}
</style>
background-color css
<style>
a { background-color: #901002; }
a { background-color: rgb(144,16,2); }
div.DivClassName
{
background-color: #901002;
}
.BgClassName
{
background-color: #901002;
}
</style>
border-color css
<style>
span { border-color: #901002; }
span { border-color: rgb(144,16,2); }
td.TdClassName
{
border-color: #901002;
}
.TagClassName
{
border-color: #901002;
}
</style>