Shades of Burgundy #881022
Tints of Burgundy #881022
RGB
CMYK
RGB Variations
Color information
#881022 (or 0x881022) is known color: Burgundy. HEX triplet: 88, 10 and 22. RGB value is (136,16,34). Sum of RGB (Red+Green+Blue) = 136+16+34=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #881022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881022 is #77EFDD. Grayscale: #353535. Windows color (decimal): -7860190 or 2232456. OLE color: 2232456.
HSL color Cylindrical-coordinate representation of color #881022: hue angle of 351º 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 #881022 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 34 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.47 |
| HSL | 351º | 0.79% | 0.3% | - |
| HSV(B) | 351º | 0.88% | 0.53% | - |
| XYZ | 10.63 | 5.72 | 2.06 | - |
| YUV | 53.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 34 | 0 | 0.88 | 0.75 | 0.47 | 351 | 0.79 | 0.3 |
| Hex | 88 | 10 | 22 | 0 | 58 | 4B | 2F | 15F | 4F | 1E |
| Octal | 210 | 20 | 42 | 0 | 130 | 113 | 57 | 537 | 117 | 36 |
| Binary | 10001000 | 10000 | 100010 | 0 | 1011000 | 1001011 | 101111 | 101011111 | 1001111 | 11110 |
Color Harmonies of #881022
Complementary color
Monochromatic Colors of #881022
Black with #881022
Text Example
Text Example
White with #881022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881022; }
p { color: rgb(136,16,34); }
H1.HeaderClassName
{
color: #881022;
}
.AnyTagClassName
{
color: #881022;
}
</style>
background-color css
<style>
a { background-color: #881022; }
a { background-color: rgb(136,16,34); }
div.DivClassName
{
background-color: #881022;
}
.BgClassName
{
background-color: #881022;
}
</style>
border-color css
<style>
span { border-color: #881022; }
span { border-color: rgb(136,16,34); }
td.TdClassName
{
border-color: #881022;
}
.TagClassName
{
border-color: #881022;
}
</style>