Shades of Dark Red #990D0B
Tints of Dark Red #990D0B
RGB
CMYK
RGB Variations
Color information
#990D0B (or 0x990D0B) is known color: Dark Red. HEX triplet: 99, 0D and 0B. RGB value is (153,13,11). Sum of RGB (Red+Green+Blue) = 153+13+11=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #990D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990D0B is #66F2F4. Grayscale: #363636. Windows color (decimal): -6746869 or 724377. OLE color: 724377.
HSL color Cylindrical-coordinate representation of color #990D0B: hue angle of 0.85º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990D0B is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 11 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.4 |
| HSL | 0.85º | 0.87% | 0.32% | - |
| HSV(B) | 0.85º | 0.93% | 0.6% | - |
| XYZ | 13.34 | 7.08 | 0.98 | - |
| YUV | 54.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 11 | 0 | 0.92 | 0.93 | 0.4 | 0.85 | 0.87 | 0.32 |
| Hex | 99 | D | B | 0 | 5C | 5D | 28 | 1 | 57 | 20 |
| Octal | 231 | 15 | 13 | 0 | 134 | 135 | 50 | 1 | 127 | 40 |
| Binary | 10011001 | 1101 | 1011 | 0 | 1011100 | 1011101 | 101000 | 1 | 1010111 | 100000 |
Color Harmonies of #990D0B
Complementary color
Monochromatic Colors of #990D0B
Black with #990D0B
Text Example
Text Example
White with #990D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D0B; }
p { color: rgb(153,13,11); }
H1.HeaderClassName
{
color: #990D0B;
}
.AnyTagClassName
{
color: #990D0B;
}
</style>
background-color css
<style>
a { background-color: #990D0B; }
a { background-color: rgb(153,13,11); }
div.DivClassName
{
background-color: #990D0B;
}
.BgClassName
{
background-color: #990D0B;
}
</style>
border-color css
<style>
span { border-color: #990D0B; }
span { border-color: rgb(153,13,11); }
td.TdClassName
{
border-color: #990D0B;
}
.TagClassName
{
border-color: #990D0B;
}
</style>