Shades of Dark Red #990502
Tints of Dark Red #990502
RGB
CMYK
RGB Variations
Color information
#990502 (or 0x990502) is known color: Dark Red. HEX triplet: 99, 05 and 02. RGB value is (153,5,2). Sum of RGB (Red+Green+Blue) = 153+5+2=160 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 153 - color contains mainly: red. Hex color #990502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990502 is #66FAFD. Grayscale: #313131. Windows color (decimal): -6748926 or 132505. OLE color: 132505.
HSL color Cylindrical-coordinate representation of color #990502: hue angle of 1.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.4 |
| HSL | 1.19º | 0.97% | 0.3% | - |
| HSV(B) | 1.19º | 0.99% | 0.6% | - |
| XYZ | 13.2 | 6.89 | 0.69 | - |
| YUV | 48.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 2 | 0 | 0.97 | 0.99 | 0.4 | 1.19 | 0.97 | 0.3 |
| Hex | 99 | 5 | 2 | 0 | 61 | 63 | 28 | 1 | 61 | 1E |
| Octal | 231 | 5 | 2 | 0 | 141 | 143 | 50 | 1 | 141 | 36 |
| Binary | 10011001 | 101 | 10 | 0 | 1100001 | 1100011 | 101000 | 1 | 1100001 | 11110 |
Color Harmonies of #990502
Complementary color
Monochromatic Colors of #990502
Black with #990502
Text Example
Text Example
White with #990502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990502; }
p { color: rgb(153,5,2); }
H1.HeaderClassName
{
color: #990502;
}
.AnyTagClassName
{
color: #990502;
}
</style>
background-color css
<style>
a { background-color: #990502; }
a { background-color: rgb(153,5,2); }
div.DivClassName
{
background-color: #990502;
}
.BgClassName
{
background-color: #990502;
}
</style>
border-color css
<style>
span { border-color: #990502; }
span { border-color: rgb(153,5,2); }
td.TdClassName
{
border-color: #990502;
}
.TagClassName
{
border-color: #990502;
}
</style>