Shades of Burgundy #880A29
Tints of Burgundy #880A29
RGB
CMYK
RGB Variations
Color information
#880A29 (or 0x880A29) is known color: Burgundy. HEX triplet: 88, 0A and 29. RGB value is (136,10,41). Sum of RGB (Red+Green+Blue) = 136+10+41=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #880A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A29 is #77F5D6. Grayscale: #333333. Windows color (decimal): -7861719 or 2689672. OLE color: 2689672.
HSL color Cylindrical-coordinate representation of color #880A29: hue angle of 345.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A29 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 41 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.47 |
| HSL | 345.24º | 0.86% | 0.29% | - |
| HSV(B) | 345.24º | 0.93% | 0.53% | - |
| XYZ | 10.66 | 5.61 | 2.62 | - |
| YUV | 51.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 41 | 0 | 0.93 | 0.70 | 0.47 | 345.24 | 0.86 | 0.29 |
| Hex | 88 | A | 29 | 0 | 5D | 46 | 2F | 159 | 56 | 1D |
| Octal | 210 | 12 | 51 | 0 | 135 | 106 | 57 | 531 | 126 | 35 |
| Binary | 10001000 | 1010 | 101001 | 0 | 1011101 | 1000110 | 101111 | 101011001 | 1010110 | 11101 |
Color Harmonies of #880A29
Complementary color
Monochromatic Colors of #880A29
Black with #880A29
Text Example
Text Example
White with #880A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A29; }
p { color: rgb(136,10,41); }
H1.HeaderClassName
{
color: #880A29;
}
.AnyTagClassName
{
color: #880A29;
}
</style>
background-color css
<style>
a { background-color: #880A29; }
a { background-color: rgb(136,10,41); }
div.DivClassName
{
background-color: #880A29;
}
.BgClassName
{
background-color: #880A29;
}
</style>
border-color css
<style>
span { border-color: #880A29; }
span { border-color: rgb(136,10,41); }
td.TdClassName
{
border-color: #880A29;
}
.TagClassName
{
border-color: #880A29;
}
</style>