Shades of Burgundy #880E39
Tints of Burgundy #880E39
RGB
CMYK
RGB Variations
Color information
#880E39 (or 0x880E39) is known color: Burgundy. HEX triplet: 88, 0E and 39. RGB value is (136,14,57). Sum of RGB (Red+Green+Blue) = 136+14+57=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880E39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E39 is #77F1C6. Grayscale: #373737. Windows color (decimal): -7860679 or 3739272. OLE color: 3739272.
HSL color Cylindrical-coordinate representation of color #880E39: hue angle of 338.85º 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 #880E39 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 57 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.47 |
| HSL | 338.85º | 0.81% | 0.29% | - |
| HSV(B) | 338.85º | 0.9% | 0.53% | - |
| XYZ | 11.05 | 5.84 | 4.42 | - |
| YUV | 55.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 57 | 0 | 0.90 | 0.58 | 0.47 | 338.85 | 0.81 | 0.29 |
| Hex | 88 | E | 39 | 0 | 5A | 3A | 2F | 153 | 51 | 1D |
| Octal | 210 | 16 | 71 | 0 | 132 | 72 | 57 | 523 | 121 | 35 |
| Binary | 10001000 | 1110 | 111001 | 0 | 1011010 | 111010 | 101111 | 101010011 | 1010001 | 11101 |
Color Harmonies of #880E39
Complementary color
Monochromatic Colors of #880E39
Black with #880E39
Text Example
Text Example
White with #880E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E39; }
p { color: rgb(136,14,57); }
H1.HeaderClassName
{
color: #880E39;
}
.AnyTagClassName
{
color: #880E39;
}
</style>
background-color css
<style>
a { background-color: #880E39; }
a { background-color: rgb(136,14,57); }
div.DivClassName
{
background-color: #880E39;
}
.BgClassName
{
background-color: #880E39;
}
</style>
border-color css
<style>
span { border-color: #880E39; }
span { border-color: rgb(136,14,57); }
td.TdClassName
{
border-color: #880E39;
}
.TagClassName
{
border-color: #880E39;
}
</style>