Shades of Dark Red #880805
Tints of Dark Red #880805
RGB
CMYK
RGB Variations
Color information
#880805 (or 0x880805) is known color: Dark Red. HEX triplet: 88, 08 and 05. RGB value is (136,8,5). Sum of RGB (Red+Green+Blue) = 136+8+5=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #880805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880805 is #77F7FA. Grayscale: #2E2E2E. Windows color (decimal): -7862267 or 329864. OLE color: 329864.
HSL color Cylindrical-coordinate representation of color #880805: hue angle of 1.37º degrees, saturation: 0.93, 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 #880805 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 5 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.47 |
| HSL | 1.37º | 0.93% | 0.28% | - |
| HSV(B) | 1.37º | 0.96% | 0.53% | - |
| XYZ | 10.27 | 5.42 | 0.65 | - |
| YUV | 45.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 5 | 0 | 0.94 | 0.96 | 0.47 | 1.37 | 0.93 | 0.28 |
| Hex | 88 | 8 | 5 | 0 | 5E | 60 | 2F | 1 | 5D | 1C |
| Octal | 210 | 10 | 5 | 0 | 136 | 140 | 57 | 1 | 135 | 34 |
| Binary | 10001000 | 1000 | 101 | 0 | 1011110 | 1100000 | 101111 | 1 | 1011101 | 11100 |
Color Harmonies of #880805
Complementary color
Monochromatic Colors of #880805
Black with #880805
Text Example
Text Example
White with #880805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880805; }
p { color: rgb(136,8,5); }
H1.HeaderClassName
{
color: #880805;
}
.AnyTagClassName
{
color: #880805;
}
</style>
background-color css
<style>
a { background-color: #880805; }
a { background-color: rgb(136,8,5); }
div.DivClassName
{
background-color: #880805;
}
.BgClassName
{
background-color: #880805;
}
</style>
border-color css
<style>
span { border-color: #880805; }
span { border-color: rgb(136,8,5); }
td.TdClassName
{
border-color: #880805;
}
.TagClassName
{
border-color: #880805;
}
</style>