Shades of Burgundy #880E29
Tints of Burgundy #880E29
RGB
CMYK
RGB Variations
Color information
#880E29 (or 0x880E29) is known color: Burgundy. HEX triplet: 88, 0E and 29. RGB value is (136,14,41). Sum of RGB (Red+Green+Blue) = 136+14+41=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E29 is #77F1D6. Grayscale: #353535. Windows color (decimal): -7860695 or 2690696. OLE color: 2690696.
HSL color Cylindrical-coordinate representation of color #880E29: hue angle of 346.72º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E29 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 41 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.47 |
| HSL | 346.72º | 0.81% | 0.29% | - |
| HSV(B) | 346.72º | 0.9% | 0.53% | - |
| XYZ | 10.71 | 5.71 | 2.64 | - |
| YUV | 53.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 41 | 0 | 0.90 | 0.70 | 0.47 | 346.72 | 0.81 | 0.29 |
| Hex | 88 | E | 29 | 0 | 5A | 46 | 2F | 15B | 51 | 1D |
| Octal | 210 | 16 | 51 | 0 | 132 | 106 | 57 | 533 | 121 | 35 |
| Binary | 10001000 | 1110 | 101001 | 0 | 1011010 | 1000110 | 101111 | 101011011 | 1010001 | 11101 |
Color Harmonies of #880E29
Complementary color
Monochromatic Colors of #880E29
Black with #880E29
Text Example
Text Example
White with #880E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E29; }
p { color: rgb(136,14,41); }
H1.HeaderClassName
{
color: #880E29;
}
.AnyTagClassName
{
color: #880E29;
}
</style>
background-color css
<style>
a { background-color: #880E29; }
a { background-color: rgb(136,14,41); }
div.DivClassName
{
background-color: #880E29;
}
.BgClassName
{
background-color: #880E29;
}
</style>
border-color css
<style>
span { border-color: #880E29; }
span { border-color: rgb(136,14,41); }
td.TdClassName
{
border-color: #880E29;
}
.TagClassName
{
border-color: #880E29;
}
</style>