Shades of Dark Red #990A00
Tints of Dark Red #990A00
RGB
CMYK
RGB Variations
Color information
#990A00 (or 0x990A00) is known color: Dark Red. HEX triplet: 99, 0A and 00. RGB value is (153,10,0). Sum of RGB (Red+Green+Blue) = 153+10+0=163 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.87% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 153 - color contains mainly: red. Hex color #990A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990A00 is #66F5FF. Grayscale: #333333. Windows color (decimal): -6747648 or 2713. OLE color: 2713.
HSL color Cylindrical-coordinate representation of color #990A00: hue angle of 3.92º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990A00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.4 |
| HSL | 3.92º | 1% | 0.3% | - |
| HSV(B) | 3.92º | 1% | 0.6% | - |
| XYZ | 13.25 | 6.99 | 0.65 | - |
| YUV | 51.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 0 | 0 | 0.93 | 1 | 0.4 | 3.92 | 1 | 0.3 |
| Hex | 99 | A | 0 | 0 | 5D | 64 | 28 | 4 | 64 | 1E |
| Octal | 231 | 12 | 0 | 0 | 135 | 144 | 50 | 4 | 144 | 36 |
| Binary | 10011001 | 1010 | 0 | 0 | 1011101 | 1100100 | 101000 | 100 | 1100100 | 11110 |
Color Harmonies of #990A00
Complementary color
Monochromatic Colors of #990A00
Black with #990A00
Text Example
Text Example
White with #990A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A00; }
p { color: rgb(153,10,0); }
H1.HeaderClassName
{
color: #990A00;
}
.AnyTagClassName
{
color: #990A00;
}
</style>
background-color css
<style>
a { background-color: #990A00; }
a { background-color: rgb(153,10,0); }
div.DivClassName
{
background-color: #990A00;
}
.BgClassName
{
background-color: #990A00;
}
</style>
border-color css
<style>
span { border-color: #990A00; }
span { border-color: rgb(153,10,0); }
td.TdClassName
{
border-color: #990A00;
}
.TagClassName
{
border-color: #990A00;
}
</style>