Shades of Burgundy #880829
Tints of Burgundy #880829
RGB
CMYK
RGB Variations
Color information
#880829 (or 0x880829) is known color: Burgundy. HEX triplet: 88, 08 and 29. RGB value is (136,8,41). Sum of RGB (Red+Green+Blue) = 136+8+41=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #880829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880829 is #77F7D6. Grayscale: #323232. Windows color (decimal): -7862231 or 2689160. OLE color: 2689160.
HSL color Cylindrical-coordinate representation of color #880829: hue angle of 344.53º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880829 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 41 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.47 |
| HSL | 344.53º | 0.89% | 0.28% | - |
| HSV(B) | 344.53º | 0.94% | 0.53% | - |
| XYZ | 10.64 | 5.57 | 2.61 | - |
| YUV | 50.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 41 | 0 | 0.94 | 0.70 | 0.47 | 344.53 | 0.89 | 0.28 |
| Hex | 88 | 8 | 29 | 0 | 5E | 46 | 2F | 159 | 59 | 1C |
| Octal | 210 | 10 | 51 | 0 | 136 | 106 | 57 | 531 | 131 | 34 |
| Binary | 10001000 | 1000 | 101001 | 0 | 1011110 | 1000110 | 101111 | 101011001 | 1011001 | 11100 |
Color Harmonies of #880829
Complementary color
Monochromatic Colors of #880829
Black with #880829
Text Example
Text Example
White with #880829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880829; }
p { color: rgb(136,8,41); }
H1.HeaderClassName
{
color: #880829;
}
.AnyTagClassName
{
color: #880829;
}
</style>
background-color css
<style>
a { background-color: #880829; }
a { background-color: rgb(136,8,41); }
div.DivClassName
{
background-color: #880829;
}
.BgClassName
{
background-color: #880829;
}
</style>
border-color css
<style>
span { border-color: #880829; }
span { border-color: rgb(136,8,41); }
td.TdClassName
{
border-color: #880829;
}
.TagClassName
{
border-color: #880829;
}
</style>