Shades of Burgundy #881020
Tints of Burgundy #881020
RGB
CMYK
RGB Variations
Color information
#881020 (or 0x881020) is known color: Burgundy. HEX triplet: 88, 10 and 20. RGB value is (136,16,32). Sum of RGB (Red+Green+Blue) = 136+16+32=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #881020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881020 is #77EFDF. Grayscale: #353535. Windows color (decimal): -7860192 or 2101384. OLE color: 2101384.
HSL color Cylindrical-coordinate representation of color #881020: hue angle of 352º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881020 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 32 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.47 |
| HSL | 352º | 0.79% | 0.3% | - |
| HSV(B) | 352º | 0.88% | 0.53% | - |
| XYZ | 10.6 | 5.71 | 1.91 | - |
| YUV | 53.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 32 | 0 | 0.88 | 0.76 | 0.47 | 352 | 0.79 | 0.3 |
| Hex | 88 | 10 | 20 | 0 | 58 | 4C | 2F | 160 | 4F | 1E |
| Octal | 210 | 20 | 40 | 0 | 130 | 114 | 57 | 540 | 117 | 36 |
| Binary | 10001000 | 10000 | 100000 | 0 | 1011000 | 1001100 | 101111 | 101100000 | 1001111 | 11110 |
Color Harmonies of #881020
Complementary color
Monochromatic Colors of #881020
Black with #881020
Text Example
Text Example
White with #881020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881020; }
p { color: rgb(136,16,32); }
H1.HeaderClassName
{
color: #881020;
}
.AnyTagClassName
{
color: #881020;
}
</style>
background-color css
<style>
a { background-color: #881020; }
a { background-color: rgb(136,16,32); }
div.DivClassName
{
background-color: #881020;
}
.BgClassName
{
background-color: #881020;
}
</style>
border-color css
<style>
span { border-color: #881020; }
span { border-color: rgb(136,16,32); }
td.TdClassName
{
border-color: #881020;
}
.TagClassName
{
border-color: #881020;
}
</style>