Shades of Burgundy #880E24
Tints of Burgundy #880E24
RGB
CMYK
RGB Variations
Color information
#880E24 (or 0x880E24) is known color: Burgundy. HEX triplet: 88, 0E and 24. RGB value is (136,14,36). Sum of RGB (Red+Green+Blue) = 136+14+36=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #880E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E24 is #77F1DB. Grayscale: #353535. Windows color (decimal): -7860700 or 2363016. OLE color: 2363016.
HSL color Cylindrical-coordinate representation of color #880E24: hue angle of 349.18º 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 #880E24 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 36 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.47 |
| HSL | 349.18º | 0.81% | 0.29% | - |
| HSV(B) | 349.18º | 0.9% | 0.53% | - |
| XYZ | 10.63 | 5.68 | 2.2 | - |
| YUV | 52.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 36 | 0 | 0.90 | 0.74 | 0.47 | 349.18 | 0.81 | 0.29 |
| Hex | 88 | E | 24 | 0 | 5A | 4A | 2F | 15D | 51 | 1D |
| Octal | 210 | 16 | 44 | 0 | 132 | 112 | 57 | 535 | 121 | 35 |
| Binary | 10001000 | 1110 | 100100 | 0 | 1011010 | 1001010 | 101111 | 101011101 | 1010001 | 11101 |
Color Harmonies of #880E24
Complementary color
Monochromatic Colors of #880E24
Black with #880E24
Text Example
Text Example
White with #880E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E24; }
p { color: rgb(136,14,36); }
H1.HeaderClassName
{
color: #880E24;
}
.AnyTagClassName
{
color: #880E24;
}
</style>
background-color css
<style>
a { background-color: #880E24; }
a { background-color: rgb(136,14,36); }
div.DivClassName
{
background-color: #880E24;
}
.BgClassName
{
background-color: #880E24;
}
</style>
border-color css
<style>
span { border-color: #880E24; }
span { border-color: rgb(136,14,36); }
td.TdClassName
{
border-color: #880E24;
}
.TagClassName
{
border-color: #880E24;
}
</style>