Shades of Dark Red #880E0B
Tints of Dark Red #880E0B
RGB
CMYK
RGB Variations
Color information
#880E0B (or 0x880E0B) is known color: Dark Red. HEX triplet: 88, 0E and 0B. RGB value is (136,14,11). Sum of RGB (Red+Green+Blue) = 136+14+11=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880E0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880E0B is #77F1F4. Grayscale: #323232. Windows color (decimal): -7860725 or 724616. OLE color: 724616.
HSL color Cylindrical-coordinate representation of color #880E0B: hue angle of 1.44º 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 #880E0B is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 11 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.47 |
| HSL | 1.44º | 0.85% | 0.29% | - |
| HSV(B) | 1.44º | 0.92% | 0.53% | - |
| XYZ | 10.37 | 5.57 | 0.85 | - |
| YUV | 50.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 11 | 0 | 0.90 | 0.92 | 0.47 | 1.44 | 0.85 | 0.29 |
| Hex | 88 | E | B | 0 | 5A | 5C | 2F | 1 | 55 | 1D |
| Octal | 210 | 16 | 13 | 0 | 132 | 134 | 57 | 1 | 125 | 35 |
| Binary | 10001000 | 1110 | 1011 | 0 | 1011010 | 1011100 | 101111 | 1 | 1010101 | 11101 |
Color Harmonies of #880E0B
Complementary color
Monochromatic Colors of #880E0B
Black with #880E0B
Text Example
Text Example
White with #880E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E0B; }
p { color: rgb(136,14,11); }
H1.HeaderClassName
{
color: #880E0B;
}
.AnyTagClassName
{
color: #880E0B;
}
</style>
background-color css
<style>
a { background-color: #880E0B; }
a { background-color: rgb(136,14,11); }
div.DivClassName
{
background-color: #880E0B;
}
.BgClassName
{
background-color: #880E0B;
}
</style>
border-color css
<style>
span { border-color: #880E0B; }
span { border-color: rgb(136,14,11); }
td.TdClassName
{
border-color: #880E0B;
}
.TagClassName
{
border-color: #880E0B;
}
</style>