Shades of Dark Red #880D0B
Tints of Dark Red #880D0B
RGB
CMYK
RGB Variations
Color information
#880D0B (or 0x880D0B) is known color: Dark Red. HEX triplet: 88, 0D and 0B. RGB value is (136,13,11). Sum of RGB (Red+Green+Blue) = 136+13+11=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #880D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D0B is #77F2F4. Grayscale: #313131. Windows color (decimal): -7860981 or 724360. OLE color: 724360.
HSL color Cylindrical-coordinate representation of color #880D0B: hue angle of 0.96º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880D0B is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 11 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.47 |
| HSL | 0.96º | 0.85% | 0.29% | - |
| HSV(B) | 0.96º | 0.92% | 0.53% | - |
| XYZ | 10.36 | 5.55 | 0.84 | - |
| YUV | 49.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 11 | 0 | 0.90 | 0.92 | 0.47 | 0.96 | 0.85 | 0.29 |
| Hex | 88 | D | B | 0 | 5A | 5C | 2F | 1 | 55 | 1D |
| Octal | 210 | 15 | 13 | 0 | 132 | 134 | 57 | 1 | 125 | 35 |
| Binary | 10001000 | 1101 | 1011 | 0 | 1011010 | 1011100 | 101111 | 1 | 1010101 | 11101 |
Color Harmonies of #880D0B
Complementary color
Monochromatic Colors of #880D0B
Black with #880D0B
Text Example
Text Example
White with #880D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D0B; }
p { color: rgb(136,13,11); }
H1.HeaderClassName
{
color: #880D0B;
}
.AnyTagClassName
{
color: #880D0B;
}
</style>
background-color css
<style>
a { background-color: #880D0B; }
a { background-color: rgb(136,13,11); }
div.DivClassName
{
background-color: #880D0B;
}
.BgClassName
{
background-color: #880D0B;
}
</style>
border-color css
<style>
span { border-color: #880D0B; }
span { border-color: rgb(136,13,11); }
td.TdClassName
{
border-color: #880D0B;
}
.TagClassName
{
border-color: #880D0B;
}
</style>