Shades of Dark Red #900502
Tints of Dark Red #900502
RGB
CMYK
RGB Variations
Color information
#900502 (or 0x900502) is known color: Dark Red. HEX triplet: 90, 05 and 02. RGB value is (144,5,2). Sum of RGB (Red+Green+Blue) = 144+5+2=151 (20% of max value = 765). Red value is 144 (56.64% from 255 or 95.36% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 144 - color contains mainly: red. Hex color #900502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900502 is #6FFAFD. Grayscale: #2E2E2E. Windows color (decimal): -7338750 or 132496. OLE color: 132496.
HSL color Cylindrical-coordinate representation of color #900502: hue angle of 1.27º 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 #900502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.44 |
| HSL | 1.27º | 0.97% | 0.29% | - |
| HSV(B) | 1.27º | 0.99% | 0.56% | - |
| XYZ | 11.57 | 6.04 | 0.61 | - |
| YUV | 46.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 2 | 0 | 0.97 | 0.99 | 0.44 | 1.27 | 0.97 | 0.29 |
| Hex | 90 | 5 | 2 | 0 | 61 | 63 | 2C | 1 | 61 | 1D |
| Octal | 220 | 5 | 2 | 0 | 141 | 143 | 54 | 1 | 141 | 35 |
| Binary | 10010000 | 101 | 10 | 0 | 1100001 | 1100011 | 101100 | 1 | 1100001 | 11101 |
Color Harmonies of #900502
Complementary color
Monochromatic Colors of #900502
Black with #900502
Text Example
Text Example
White with #900502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900502; }
p { color: rgb(144,5,2); }
H1.HeaderClassName
{
color: #900502;
}
.AnyTagClassName
{
color: #900502;
}
</style>
background-color css
<style>
a { background-color: #900502; }
a { background-color: rgb(144,5,2); }
div.DivClassName
{
background-color: #900502;
}
.BgClassName
{
background-color: #900502;
}
</style>
border-color css
<style>
span { border-color: #900502; }
span { border-color: rgb(144,5,2); }
td.TdClassName
{
border-color: #900502;
}
.TagClassName
{
border-color: #900502;
}
</style>