Shades of Dark Red #880D08
Tints of Dark Red #880D08
RGB
CMYK
RGB Variations
Color information
#880D08 (or 0x880D08) is known color: Dark Red. HEX triplet: 88, 0D and 08. RGB value is (136,13,8). Sum of RGB (Red+Green+Blue) = 136+13+8=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D08 is #77F2F7. Grayscale: #313131. Windows color (decimal): -7860984 or 527752. OLE color: 527752.
HSL color Cylindrical-coordinate representation of color #880D08: hue angle of 2.34º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880D08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 8 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.47 |
| HSL | 2.34º | 0.89% | 0.28% | - |
| HSV(B) | 2.34º | 0.94% | 0.53% | - |
| XYZ | 10.34 | 5.54 | 0.75 | - |
| YUV | 49.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 8 | 0 | 0.90 | 0.94 | 0.47 | 2.34 | 0.89 | 0.28 |
| Hex | 88 | D | 8 | 0 | 5A | 5E | 2F | 2 | 59 | 1C |
| Octal | 210 | 15 | 10 | 0 | 132 | 136 | 57 | 2 | 131 | 34 |
| Binary | 10001000 | 1101 | 1000 | 0 | 1011010 | 1011110 | 101111 | 10 | 1011001 | 11100 |
Color Harmonies of #880D08
Complementary color
Monochromatic Colors of #880D08
Black with #880D08
Text Example
Text Example
White with #880D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D08; }
p { color: rgb(136,13,8); }
H1.HeaderClassName
{
color: #880D08;
}
.AnyTagClassName
{
color: #880D08;
}
</style>
background-color css
<style>
a { background-color: #880D08; }
a { background-color: rgb(136,13,8); }
div.DivClassName
{
background-color: #880D08;
}
.BgClassName
{
background-color: #880D08;
}
</style>
border-color css
<style>
span { border-color: #880D08; }
span { border-color: rgb(136,13,8); }
td.TdClassName
{
border-color: #880D08;
}
.TagClassName
{
border-color: #880D08;
}
</style>