Shades of Burgundy #880832
Tints of Burgundy #880832
RGB
CMYK
RGB Variations
Color information
#880832 (or 0x880832) is known color: Burgundy. HEX triplet: 88, 08 and 32. RGB value is (136,8,50). Sum of RGB (Red+Green+Blue) = 136+8+50=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880832 is #77F7CD. Grayscale: #333333. Windows color (decimal): -7862222 or 3278984. OLE color: 3278984.
HSL color Cylindrical-coordinate representation of color #880832: hue angle of 340.31º 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 #880832 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 50 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.47 |
| HSL | 340.31º | 0.89% | 0.28% | - |
| HSV(B) | 340.31º | 0.94% | 0.53% | - |
| XYZ | 10.82 | 5.64 | 3.54 | - |
| YUV | 51.06 | 127.41 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 50 | 0 | 0.94 | 0.63 | 0.47 | 340.31 | 0.89 | 0.28 |
| Hex | 88 | 8 | 32 | 0 | 5E | 3F | 2F | 154 | 59 | 1C |
| Octal | 210 | 10 | 62 | 0 | 136 | 77 | 57 | 524 | 131 | 34 |
| Binary | 10001000 | 1000 | 110010 | 0 | 1011110 | 111111 | 101111 | 101010100 | 1011001 | 11100 |
Color Harmonies of #880832
Complementary color
Monochromatic Colors of #880832
Black with #880832
Text Example
Text Example
White with #880832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880832; }
p { color: rgb(136,8,50); }
H1.HeaderClassName
{
color: #880832;
}
.AnyTagClassName
{
color: #880832;
}
</style>
background-color css
<style>
a { background-color: #880832; }
a { background-color: rgb(136,8,50); }
div.DivClassName
{
background-color: #880832;
}
.BgClassName
{
background-color: #880832;
}
</style>
border-color css
<style>
span { border-color: #880832; }
span { border-color: rgb(136,8,50); }
td.TdClassName
{
border-color: #880832;
}
.TagClassName
{
border-color: #880832;
}
</style>