Shades of Dark Red #880C08
Tints of Dark Red #880C08
RGB
CMYK
RGB Variations
Color information
#880C08 (or 0x880C08) is known color: Dark Red. HEX triplet: 88, 0C and 08. RGB value is (136,12,8). Sum of RGB (Red+Green+Blue) = 136+12+8=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #880C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C08 is #77F3F7. Grayscale: #303030. Windows color (decimal): -7861240 or 527496. OLE color: 527496.
HSL color Cylindrical-coordinate representation of color #880C08: hue angle of 1.88º 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 #880C08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 8 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.47 |
| HSL | 1.88º | 0.89% | 0.28% | - |
| HSV(B) | 1.88º | 0.94% | 0.53% | - |
| XYZ | 10.33 | 5.51 | 0.75 | - |
| YUV | 48.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 8 | 0 | 0.91 | 0.94 | 0.47 | 1.88 | 0.89 | 0.28 |
| Hex | 88 | C | 8 | 0 | 5B | 5E | 2F | 2 | 59 | 1C |
| Octal | 210 | 14 | 10 | 0 | 133 | 136 | 57 | 2 | 131 | 34 |
| Binary | 10001000 | 1100 | 1000 | 0 | 1011011 | 1011110 | 101111 | 10 | 1011001 | 11100 |
Color Harmonies of #880C08
Complementary color
Monochromatic Colors of #880C08
Black with #880C08
Text Example
Text Example
White with #880C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C08; }
p { color: rgb(136,12,8); }
H1.HeaderClassName
{
color: #880C08;
}
.AnyTagClassName
{
color: #880C08;
}
</style>
background-color css
<style>
a { background-color: #880C08; }
a { background-color: rgb(136,12,8); }
div.DivClassName
{
background-color: #880C08;
}
.BgClassName
{
background-color: #880C08;
}
</style>
border-color css
<style>
span { border-color: #880C08; }
span { border-color: rgb(136,12,8); }
td.TdClassName
{
border-color: #880C08;
}
.TagClassName
{
border-color: #880C08;
}
</style>