Shades of Dark Red #880806
Tints of Dark Red #880806
RGB
CMYK
RGB Variations
Color information
#880806 (or 0x880806) is known color: Dark Red. HEX triplet: 88, 08 and 06. RGB value is (136,8,6). Sum of RGB (Red+Green+Blue) = 136+8+6=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #880806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880806 is #77F7F9. Grayscale: #2E2E2E. Windows color (decimal): -7862266 or 395400. OLE color: 395400.
HSL color Cylindrical-coordinate representation of color #880806: hue angle of 0.92º 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 #880806 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 6 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.47 |
| HSL | 0.92º | 0.92% | 0.28% | - |
| HSV(B) | 0.92º | 0.96% | 0.53% | - |
| XYZ | 10.27 | 5.42 | 0.68 | - |
| YUV | 46.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 6 | 0 | 0.94 | 0.96 | 0.47 | 0.92 | 0.92 | 0.28 |
| Hex | 88 | 8 | 6 | 0 | 5E | 60 | 2F | 1 | 5C | 1C |
| Octal | 210 | 10 | 6 | 0 | 136 | 140 | 57 | 1 | 134 | 34 |
| Binary | 10001000 | 1000 | 110 | 0 | 1011110 | 1100000 | 101111 | 1 | 1011100 | 11100 |
Color Harmonies of #880806
Complementary color
Monochromatic Colors of #880806
Black with #880806
Text Example
Text Example
White with #880806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880806; }
p { color: rgb(136,8,6); }
H1.HeaderClassName
{
color: #880806;
}
.AnyTagClassName
{
color: #880806;
}
</style>
background-color css
<style>
a { background-color: #880806; }
a { background-color: rgb(136,8,6); }
div.DivClassName
{
background-color: #880806;
}
.BgClassName
{
background-color: #880806;
}
</style>
border-color css
<style>
span { border-color: #880806; }
span { border-color: rgb(136,8,6); }
td.TdClassName
{
border-color: #880806;
}
.TagClassName
{
border-color: #880806;
}
</style>