Shades of Burgundy #880739
Tints of Burgundy #880739
RGB
CMYK
RGB Variations
Color information
#880739 (or 0x880739) is known color: Burgundy. HEX triplet: 88, 07 and 39. RGB value is (136,7,57). Sum of RGB (Red+Green+Blue) = 136+7+57=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #880739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880739 is #77F8C6. Grayscale: #333333. Windows color (decimal): -7862471 or 3737480. OLE color: 3737480.
HSL color Cylindrical-coordinate representation of color #880739: hue angle of 336.74º 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 #880739 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 57 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.47 |
| HSL | 336.74º | 0.9% | 0.28% | - |
| HSV(B) | 336.74º | 0.95% | 0.53% | - |
| XYZ | 10.97 | 5.68 | 4.39 | - |
| YUV | 51.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 57 | 0 | 0.95 | 0.58 | 0.47 | 336.74 | 0.9 | 0.28 |
| Hex | 88 | 7 | 39 | 0 | 5F | 3A | 2F | 151 | 5A | 1C |
| Octal | 210 | 7 | 71 | 0 | 137 | 72 | 57 | 521 | 132 | 34 |
| Binary | 10001000 | 111 | 111001 | 0 | 1011111 | 111010 | 101111 | 101010001 | 1011010 | 11100 |
Color Harmonies of #880739
Complementary color
Monochromatic Colors of #880739
Black with #880739
Text Example
Text Example
White with #880739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880739; }
p { color: rgb(136,7,57); }
H1.HeaderClassName
{
color: #880739;
}
.AnyTagClassName
{
color: #880739;
}
</style>
background-color css
<style>
a { background-color: #880739; }
a { background-color: rgb(136,7,57); }
div.DivClassName
{
background-color: #880739;
}
.BgClassName
{
background-color: #880739;
}
</style>
border-color css
<style>
span { border-color: #880739; }
span { border-color: rgb(136,7,57); }
td.TdClassName
{
border-color: #880739;
}
.TagClassName
{
border-color: #880739;
}
</style>