Shades of Dark Red #880804
Tints of Dark Red #880804
RGB
CMYK
RGB Variations
Color information
#880804 (or 0x880804) is known color: Dark Red. HEX triplet: 88, 08 and 04. RGB value is (136,8,4). Sum of RGB (Red+Green+Blue) = 136+8+4=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #880804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880804 is #77F7FB. Grayscale: #2D2D2D. Windows color (decimal): -7862268 or 264328. OLE color: 264328.
HSL color Cylindrical-coordinate representation of color #880804: hue angle of 1.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880804 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 4 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.47 |
| HSL | 1.82º | 0.94% | 0.27% | - |
| HSV(B) | 1.82º | 0.97% | 0.53% | - |
| XYZ | 10.26 | 5.42 | 0.62 | - |
| YUV | 45.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 4 | 0 | 0.94 | 0.97 | 0.47 | 1.82 | 0.94 | 0.27 |
| Hex | 88 | 8 | 4 | 0 | 5E | 61 | 2F | 2 | 5E | 1B |
| Octal | 210 | 10 | 4 | 0 | 136 | 141 | 57 | 2 | 136 | 33 |
| Binary | 10001000 | 1000 | 100 | 0 | 1011110 | 1100001 | 101111 | 10 | 1011110 | 11011 |
Color Harmonies of #880804
Complementary color
Monochromatic Colors of #880804
Black with #880804
Text Example
Text Example
White with #880804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880804; }
p { color: rgb(136,8,4); }
H1.HeaderClassName
{
color: #880804;
}
.AnyTagClassName
{
color: #880804;
}
</style>
background-color css
<style>
a { background-color: #880804; }
a { background-color: rgb(136,8,4); }
div.DivClassName
{
background-color: #880804;
}
.BgClassName
{
background-color: #880804;
}
</style>
border-color css
<style>
span { border-color: #880804; }
span { border-color: rgb(136,8,4); }
td.TdClassName
{
border-color: #880804;
}
.TagClassName
{
border-color: #880804;
}
</style>