Shades of Burgundy #880837
Tints of Burgundy #880837
RGB
CMYK
RGB Variations
Color information
#880837 (or 0x880837) is known color: Burgundy. HEX triplet: 88, 08 and 37. RGB value is (136,8,55). Sum of RGB (Red+Green+Blue) = 136+8+55=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #880837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880837 is #77F7C8. Grayscale: #333333. Windows color (decimal): -7862217 or 3606664. OLE color: 3606664.
HSL color Cylindrical-coordinate representation of color #880837: hue angle of 337.97º 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 #880837 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 55 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.47 |
| HSL | 337.97º | 0.89% | 0.28% | - |
| HSV(B) | 337.97º | 0.94% | 0.53% | - |
| XYZ | 10.93 | 5.68 | 4.14 | - |
| YUV | 51.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 55 | 0 | 0.94 | 0.60 | 0.47 | 337.97 | 0.89 | 0.28 |
| Hex | 88 | 8 | 37 | 0 | 5E | 3C | 2F | 152 | 59 | 1C |
| Octal | 210 | 10 | 67 | 0 | 136 | 74 | 57 | 522 | 131 | 34 |
| Binary | 10001000 | 1000 | 110111 | 0 | 1011110 | 111100 | 101111 | 101010010 | 1011001 | 11100 |
Color Harmonies of #880837
Complementary color
Monochromatic Colors of #880837
Black with #880837
Text Example
Text Example
White with #880837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880837; }
p { color: rgb(136,8,55); }
H1.HeaderClassName
{
color: #880837;
}
.AnyTagClassName
{
color: #880837;
}
</style>
background-color css
<style>
a { background-color: #880837; }
a { background-color: rgb(136,8,55); }
div.DivClassName
{
background-color: #880837;
}
.BgClassName
{
background-color: #880837;
}
</style>
border-color css
<style>
span { border-color: #880837; }
span { border-color: rgb(136,8,55); }
td.TdClassName
{
border-color: #880837;
}
.TagClassName
{
border-color: #880837;
}
</style>