Shades of Dark Red #990808
Tints of Dark Red #990808
RGB
CMYK
RGB Variations
Color information
#990808 (or 0x990808) is known color: Dark Red. HEX triplet: 99, 08 and 08. RGB value is (153,8,8). Sum of RGB (Red+Green+Blue) = 153+8+8=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #990808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990808 is #66F7F7. Grayscale: #333333. Windows color (decimal): -6748152 or 526489. OLE color: 526489.
HSL color Cylindrical-coordinate representation of color #990808: hue angle of 0º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990808 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 8 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.4 |
| HSL | 0º | 0.9% | 0.32% | - |
| HSV(B) | 0º | 0.95% | 0.6% | - |
| XYZ | 13.27 | 6.96 | 0.87 | - |
| YUV | 51.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 8 | 0 | 0.95 | 0.95 | 0.4 | 0 | 0.9 | 0.32 |
| Hex | 99 | 8 | 8 | 0 | 5F | 5F | 28 | 0 | 5A | 20 |
| Octal | 231 | 10 | 10 | 0 | 137 | 137 | 50 | 0 | 132 | 40 |
| Binary | 10011001 | 1000 | 1000 | 0 | 1011111 | 1011111 | 101000 | 0 | 1011010 | 100000 |
Color Harmonies of #990808
Complementary color
Monochromatic Colors of #990808
Black with #990808
Text Example
Text Example
White with #990808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990808; }
p { color: rgb(153,8,8); }
H1.HeaderClassName
{
color: #990808;
}
.AnyTagClassName
{
color: #990808;
}
</style>
background-color css
<style>
a { background-color: #990808; }
a { background-color: rgb(153,8,8); }
div.DivClassName
{
background-color: #990808;
}
.BgClassName
{
background-color: #990808;
}
</style>
border-color css
<style>
span { border-color: #990808; }
span { border-color: rgb(153,8,8); }
td.TdClassName
{
border-color: #990808;
}
.TagClassName
{
border-color: #990808;
}
</style>