Shades of Dark Red #880D06
Tints of Dark Red #880D06
RGB
CMYK
RGB Variations
Color information
#880D06 (or 0x880D06) is known color: Dark Red. HEX triplet: 88, 0D and 06. RGB value is (136,13,6). Sum of RGB (Red+Green+Blue) = 136+13+6=155 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.74% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 136 - color contains mainly: red. Hex color #880D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D06 is #77F2F9. Grayscale: #313131. Windows color (decimal): -7860986 or 396680. OLE color: 396680.
HSL color Cylindrical-coordinate representation of color #880D06: hue angle of 3.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880D06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 6 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.47 |
| HSL | 3.23º | 0.92% | 0.28% | - |
| HSV(B) | 3.23º | 0.96% | 0.53% | - |
| XYZ | 10.33 | 5.54 | 0.7 | - |
| YUV | 48.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 6 | 0 | 0.90 | 0.96 | 0.47 | 3.23 | 0.92 | 0.28 |
| Hex | 88 | D | 6 | 0 | 5A | 60 | 2F | 3 | 5C | 1C |
| Octal | 210 | 15 | 6 | 0 | 132 | 140 | 57 | 3 | 134 | 34 |
| Binary | 10001000 | 1101 | 110 | 0 | 1011010 | 1100000 | 101111 | 11 | 1011100 | 11100 |
Color Harmonies of #880D06
Complementary color
Monochromatic Colors of #880D06
Black with #880D06
Text Example
Text Example
White with #880D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D06; }
p { color: rgb(136,13,6); }
H1.HeaderClassName
{
color: #880D06;
}
.AnyTagClassName
{
color: #880D06;
}
</style>
background-color css
<style>
a { background-color: #880D06; }
a { background-color: rgb(136,13,6); }
div.DivClassName
{
background-color: #880D06;
}
.BgClassName
{
background-color: #880D06;
}
</style>
border-color css
<style>
span { border-color: #880D06; }
span { border-color: rgb(136,13,6); }
td.TdClassName
{
border-color: #880D06;
}
.TagClassName
{
border-color: #880D06;
}
</style>