Shades of Dark Red #880C01
Tints of Dark Red #880C01
RGB
CMYK
RGB Variations
Color information
#880C01 (or 0x880C01) is known color: Dark Red. HEX triplet: 88, 0C and 01. RGB value is (136,12,1). Sum of RGB (Red+Green+Blue) = 136+12+1=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #880C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C01 is #77F3FE. Grayscale: #2F2F2F. Windows color (decimal): -7861247 or 68744. OLE color: 68744.
HSL color Cylindrical-coordinate representation of color #880C01: hue angle of 4.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880C01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.47 |
| HSL | 4.89º | 0.99% | 0.27% | - |
| HSV(B) | 4.89º | 0.99% | 0.53% | - |
| XYZ | 10.29 | 5.5 | 0.55 | - |
| YUV | 47.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 1 | 0 | 0.91 | 0.99 | 0.47 | 4.89 | 0.99 | 0.27 |
| Hex | 88 | C | 1 | 0 | 5B | 63 | 2F | 5 | 63 | 1B |
| Octal | 210 | 14 | 1 | 0 | 133 | 143 | 57 | 5 | 143 | 33 |
| Binary | 10001000 | 1100 | 1 | 0 | 1011011 | 1100011 | 101111 | 101 | 1100011 | 11011 |
Color Harmonies of #880C01
Complementary color
Monochromatic Colors of #880C01
Black with #880C01
Text Example
Text Example
White with #880C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C01; }
p { color: rgb(136,12,1); }
H1.HeaderClassName
{
color: #880C01;
}
.AnyTagClassName
{
color: #880C01;
}
</style>
background-color css
<style>
a { background-color: #880C01; }
a { background-color: rgb(136,12,1); }
div.DivClassName
{
background-color: #880C01;
}
.BgClassName
{
background-color: #880C01;
}
</style>
border-color css
<style>
span { border-color: #880C01; }
span { border-color: rgb(136,12,1); }
td.TdClassName
{
border-color: #880C01;
}
.TagClassName
{
border-color: #880C01;
}
</style>