Shades of Dark Red #990900
Tints of Dark Red #990900
RGB
CMYK
RGB Variations
Color information
#990900 (or 0x990900) is known color: Dark Red. HEX triplet: 99, 09 and 00. RGB value is (153,9,0). Sum of RGB (Red+Green+Blue) = 153+9+0=162 (21% of max value = 765). Red value is 153 (60.16% from 255 or 94.44% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 153 - color contains mainly: red. Hex color #990900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990900 is #66F6FF. Grayscale: #333333. Windows color (decimal): -6747904 or 2457. OLE color: 2457.
HSL color Cylindrical-coordinate representation of color #990900: hue angle of 3.53º 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 #990900 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.4 |
| HSL | 3.53º | 1% | 0.3% | - |
| HSV(B) | 3.53º | 1% | 0.6% | - |
| XYZ | 13.23 | 6.97 | 0.65 | - |
| YUV | 51.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 0 | 0 | 0.94 | 1 | 0.4 | 3.53 | 1 | 0.3 |
| Hex | 99 | 9 | 0 | 0 | 5E | 64 | 28 | 4 | 64 | 1E |
| Octal | 231 | 11 | 0 | 0 | 136 | 144 | 50 | 4 | 144 | 36 |
| Binary | 10011001 | 1001 | 0 | 0 | 1011110 | 1100100 | 101000 | 100 | 1100100 | 11110 |
Color Harmonies of #990900
Complementary color
Monochromatic Colors of #990900
Black with #990900
Text Example
Text Example
White with #990900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990900; }
p { color: rgb(153,9,0); }
H1.HeaderClassName
{
color: #990900;
}
.AnyTagClassName
{
color: #990900;
}
</style>
background-color css
<style>
a { background-color: #990900; }
a { background-color: rgb(153,9,0); }
div.DivClassName
{
background-color: #990900;
}
.BgClassName
{
background-color: #990900;
}
</style>
border-color css
<style>
span { border-color: #990900; }
span { border-color: rgb(153,9,0); }
td.TdClassName
{
border-color: #990900;
}
.TagClassName
{
border-color: #990900;
}
</style>