Shades of Burgundy #881229
Tints of Burgundy #881229
RGB
CMYK
RGB Variations
Color information
#881229 (or 0x881229) is known color: Burgundy. HEX triplet: 88, 12 and 29. RGB value is (136,18,41). Sum of RGB (Red+Green+Blue) = 136+18+41=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881229 is #77EDD6. Grayscale: #373737. Windows color (decimal): -7859671 or 2691720. OLE color: 2691720.
HSL color Cylindrical-coordinate representation of color #881229: hue angle of 348.31º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881229 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 41 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.47 |
| HSL | 348.31º | 0.77% | 0.3% | - |
| HSV(B) | 348.31º | 0.87% | 0.53% | - |
| XYZ | 10.77 | 5.83 | 2.65 | - |
| YUV | 55.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 41 | 0 | 0.87 | 0.70 | 0.47 | 348.31 | 0.77 | 0.3 |
| Hex | 88 | 12 | 29 | 0 | 57 | 46 | 2F | 15C | 4D | 1E |
| Octal | 210 | 22 | 51 | 0 | 127 | 106 | 57 | 534 | 115 | 36 |
| Binary | 10001000 | 10010 | 101001 | 0 | 1010111 | 1000110 | 101111 | 101011100 | 1001101 | 11110 |
Color Harmonies of #881229
Complementary color
Monochromatic Colors of #881229
Black with #881229
Text Example
Text Example
White with #881229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881229; }
p { color: rgb(136,18,41); }
H1.HeaderClassName
{
color: #881229;
}
.AnyTagClassName
{
color: #881229;
}
</style>
background-color css
<style>
a { background-color: #881229; }
a { background-color: rgb(136,18,41); }
div.DivClassName
{
background-color: #881229;
}
.BgClassName
{
background-color: #881229;
}
</style>
border-color css
<style>
span { border-color: #881229; }
span { border-color: rgb(136,18,41); }
td.TdClassName
{
border-color: #881229;
}
.TagClassName
{
border-color: #881229;
}
</style>