Shades of Dark Red #881200
Tints of Dark Red #881200
RGB
CMYK
RGB Variations
Color information
#881200 (or 0x881200) is known color: Dark Red. HEX triplet: 88, 12 and 00. RGB value is (136,18,0). Sum of RGB (Red+Green+Blue) = 136+18+0=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #881200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881200 is #77EDFF. Grayscale: #333333. Windows color (decimal): -7859712 or 4744. OLE color: 4744.
HSL color Cylindrical-coordinate representation of color #881200: hue angle of 7.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #881200 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.47 |
| HSL | 7.94º | 1% | 0.27% | - |
| HSV(B) | 7.94º | 1% | 0.53% | - |
| XYZ | 10.37 | 5.67 | 0.55 | - |
| YUV | 51.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 0 | 0 | 0.87 | 1 | 0.47 | 7.94 | 1 | 0.27 |
| Hex | 88 | 12 | 0 | 0 | 57 | 64 | 2F | 8 | 64 | 1B |
| Octal | 210 | 22 | 0 | 0 | 127 | 144 | 57 | 10 | 144 | 33 |
| Binary | 10001000 | 10010 | 0 | 0 | 1010111 | 1100100 | 101111 | 1000 | 1100100 | 11011 |
Color Harmonies of #881200
Complementary color
Monochromatic Colors of #881200
Black with #881200
Text Example
Text Example
White with #881200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881200; }
p { color: rgb(136,18,0); }
H1.HeaderClassName
{
color: #881200;
}
.AnyTagClassName
{
color: #881200;
}
</style>
background-color css
<style>
a { background-color: #881200; }
a { background-color: rgb(136,18,0); }
div.DivClassName
{
background-color: #881200;
}
.BgClassName
{
background-color: #881200;
}
</style>
border-color css
<style>
span { border-color: #881200; }
span { border-color: rgb(136,18,0); }
td.TdClassName
{
border-color: #881200;
}
.TagClassName
{
border-color: #881200;
}
</style>