Shades of Burgundy #880E2A
Tints of Burgundy #880E2A
RGB
CMYK
RGB Variations
Color information
#880E2A (or 0x880E2A) is known color: Burgundy. HEX triplet: 88, 0E and 2A. RGB value is (136,14,42). Sum of RGB (Red+Green+Blue) = 136+14+42=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #880E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E2A is #77F1D5. Grayscale: #353535. Windows color (decimal): -7860694 or 2756232. OLE color: 2756232.
HSL color Cylindrical-coordinate representation of color #880E2A: hue angle of 346.23º 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 #880E2A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 42 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.47 |
| HSL | 346.23º | 0.81% | 0.29% | - |
| HSV(B) | 346.23º | 0.9% | 0.53% | - |
| XYZ | 10.73 | 5.72 | 2.73 | - |
| YUV | 53.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 42 | 0 | 0.90 | 0.69 | 0.47 | 346.23 | 0.81 | 0.29 |
| Hex | 88 | E | 2A | 0 | 5A | 45 | 2F | 15A | 51 | 1D |
| Octal | 210 | 16 | 52 | 0 | 132 | 105 | 57 | 532 | 121 | 35 |
| Binary | 10001000 | 1110 | 101010 | 0 | 1011010 | 1000101 | 101111 | 101011010 | 1010001 | 11101 |
Color Harmonies of #880E2A
Complementary color
Monochromatic Colors of #880E2A
Black with #880E2A
Text Example
Text Example
White with #880E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E2A; }
p { color: rgb(136,14,42); }
H1.HeaderClassName
{
color: #880E2A;
}
.AnyTagClassName
{
color: #880E2A;
}
</style>
background-color css
<style>
a { background-color: #880E2A; }
a { background-color: rgb(136,14,42); }
div.DivClassName
{
background-color: #880E2A;
}
.BgClassName
{
background-color: #880E2A;
}
</style>
border-color css
<style>
span { border-color: #880E2A; }
span { border-color: rgb(136,14,42); }
td.TdClassName
{
border-color: #880E2A;
}
.TagClassName
{
border-color: #880E2A;
}
</style>