Shades of Burgundy #880737
Tints of Burgundy #880737
RGB
CMYK
RGB Variations
Color information
#880737 (or 0x880737) is known color: Burgundy. HEX triplet: 88, 07 and 37. RGB value is (136,7,55). Sum of RGB (Red+Green+Blue) = 136+7+55=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #880737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880737 is #77F8C8. Grayscale: #323232. Windows color (decimal): -7862473 or 3606408. OLE color: 3606408.
HSL color Cylindrical-coordinate representation of color #880737: hue angle of 337.67º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880737 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 55 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.47 |
| HSL | 337.67º | 0.9% | 0.28% | - |
| HSV(B) | 337.67º | 0.95% | 0.53% | - |
| XYZ | 10.92 | 5.66 | 4.13 | - |
| YUV | 51.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 55 | 0 | 0.95 | 0.60 | 0.47 | 337.67 | 0.9 | 0.28 |
| Hex | 88 | 7 | 37 | 0 | 5F | 3C | 2F | 152 | 5A | 1C |
| Octal | 210 | 7 | 67 | 0 | 137 | 74 | 57 | 522 | 132 | 34 |
| Binary | 10001000 | 111 | 110111 | 0 | 1011111 | 111100 | 101111 | 101010010 | 1011010 | 11100 |
Color Harmonies of #880737
Complementary color
Monochromatic Colors of #880737
Black with #880737
Text Example
Text Example
White with #880737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880737; }
p { color: rgb(136,7,55); }
H1.HeaderClassName
{
color: #880737;
}
.AnyTagClassName
{
color: #880737;
}
</style>
background-color css
<style>
a { background-color: #880737; }
a { background-color: rgb(136,7,55); }
div.DivClassName
{
background-color: #880737;
}
.BgClassName
{
background-color: #880737;
}
</style>
border-color css
<style>
span { border-color: #880737; }
span { border-color: rgb(136,7,55); }
td.TdClassName
{
border-color: #880737;
}
.TagClassName
{
border-color: #880737;
}
</style>