Shades of Burgundy #880E37
Tints of Burgundy #880E37
RGB
CMYK
RGB Variations
Color information
#880E37 (or 0x880E37) is known color: Burgundy. HEX triplet: 88, 0E and 37. RGB value is (136,14,55). Sum of RGB (Red+Green+Blue) = 136+14+55=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E37 is #77F1C8. Grayscale: #373737. Windows color (decimal): -7860681 or 3608200. OLE color: 3608200.
HSL color Cylindrical-coordinate representation of color #880E37: hue angle of 339.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E37 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 55 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.47 |
| HSL | 339.84º | 0.81% | 0.29% | - |
| HSV(B) | 339.84º | 0.9% | 0.53% | - |
| XYZ | 11 | 5.82 | 4.16 | - |
| YUV | 55.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 55 | 0 | 0.90 | 0.60 | 0.47 | 339.84 | 0.81 | 0.29 |
| Hex | 88 | E | 37 | 0 | 5A | 3C | 2F | 154 | 51 | 1D |
| Octal | 210 | 16 | 67 | 0 | 132 | 74 | 57 | 524 | 121 | 35 |
| Binary | 10001000 | 1110 | 110111 | 0 | 1011010 | 111100 | 101111 | 101010100 | 1010001 | 11101 |
Color Harmonies of #880E37
Complementary color
Monochromatic Colors of #880E37
Black with #880E37
Text Example
Text Example
White with #880E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E37; }
p { color: rgb(136,14,55); }
H1.HeaderClassName
{
color: #880E37;
}
.AnyTagClassName
{
color: #880E37;
}
</style>
background-color css
<style>
a { background-color: #880E37; }
a { background-color: rgb(136,14,55); }
div.DivClassName
{
background-color: #880E37;
}
.BgClassName
{
background-color: #880E37;
}
</style>
border-color css
<style>
span { border-color: #880E37; }
span { border-color: rgb(136,14,55); }
td.TdClassName
{
border-color: #880E37;
}
.TagClassName
{
border-color: #880E37;
}
</style>