Shades of Dark Red #991802
Tints of Dark Red #991802
RGB
CMYK
RGB Variations
Color information
#991802 (or 0x991802) is known color: Dark Red. HEX triplet: 99, 18 and 02. RGB value is (153,24,2). Sum of RGB (Red+Green+Blue) = 153+24+2=179 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.47% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 153 - color contains mainly: red. Hex color #991802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991802 is #66E7FD. Grayscale: #3C3C3C. Windows color (decimal): -6744062 or 137369. OLE color: 137369.
HSL color Cylindrical-coordinate representation of color #991802: hue angle of 8.74º 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 #991802 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.4 |
| HSL | 8.74º | 0.97% | 0.3% | - |
| HSV(B) | 8.74º | 0.99% | 0.6% | - |
| XYZ | 13.47 | 7.43 | 0.78 | - |
| YUV | 60.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 2 | 0 | 0.84 | 0.99 | 0.4 | 8.74 | 0.97 | 0.3 |
| Hex | 99 | 18 | 2 | 0 | 54 | 63 | 28 | 9 | 61 | 1E |
| Octal | 231 | 30 | 2 | 0 | 124 | 143 | 50 | 11 | 141 | 36 |
| Binary | 10011001 | 11000 | 10 | 0 | 1010100 | 1100011 | 101000 | 1001 | 1100001 | 11110 |
Color Harmonies of #991802
Complementary color
Monochromatic Colors of #991802
Black with #991802
Text Example
Text Example
White with #991802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991802; }
p { color: rgb(153,24,2); }
H1.HeaderClassName
{
color: #991802;
}
.AnyTagClassName
{
color: #991802;
}
</style>
background-color css
<style>
a { background-color: #991802; }
a { background-color: rgb(153,24,2); }
div.DivClassName
{
background-color: #991802;
}
.BgClassName
{
background-color: #991802;
}
</style>
border-color css
<style>
span { border-color: #991802; }
span { border-color: rgb(153,24,2); }
td.TdClassName
{
border-color: #991802;
}
.TagClassName
{
border-color: #991802;
}
</style>