Shades of Burgundy #880932
Tints of Burgundy #880932
RGB
CMYK
RGB Variations
Color information
#880932 (or 0x880932) is known color: Burgundy. HEX triplet: 88, 09 and 32. RGB value is (136,9,50). Sum of RGB (Red+Green+Blue) = 136+9+50=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #880932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880932 is #77F6CD. Grayscale: #333333. Windows color (decimal): -7861966 or 3279240. OLE color: 3279240.
HSL color Cylindrical-coordinate representation of color #880932: hue angle of 340.63º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880932 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 50 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.47 |
| HSL | 340.63º | 0.88% | 0.28% | - |
| HSV(B) | 340.63º | 0.93% | 0.53% | - |
| XYZ | 10.83 | 5.66 | 3.54 | - |
| YUV | 51.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 50 | 0 | 0.93 | 0.63 | 0.47 | 340.63 | 0.88 | 0.28 |
| Hex | 88 | 9 | 32 | 0 | 5D | 3F | 2F | 155 | 58 | 1C |
| Octal | 210 | 11 | 62 | 0 | 135 | 77 | 57 | 525 | 130 | 34 |
| Binary | 10001000 | 1001 | 110010 | 0 | 1011101 | 111111 | 101111 | 101010101 | 1011000 | 11100 |
Color Harmonies of #880932
Complementary color
Monochromatic Colors of #880932
Black with #880932
Text Example
Text Example
White with #880932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880932; }
p { color: rgb(136,9,50); }
H1.HeaderClassName
{
color: #880932;
}
.AnyTagClassName
{
color: #880932;
}
</style>
background-color css
<style>
a { background-color: #880932; }
a { background-color: rgb(136,9,50); }
div.DivClassName
{
background-color: #880932;
}
.BgClassName
{
background-color: #880932;
}
</style>
border-color css
<style>
span { border-color: #880932; }
span { border-color: rgb(136,9,50); }
td.TdClassName
{
border-color: #880932;
}
.TagClassName
{
border-color: #880932;
}
</style>