Shades of Burgundy #880E34
Tints of Burgundy #880E34
RGB
CMYK
RGB Variations
Color information
#880E34 (or 0x880E34) is known color: Burgundy. HEX triplet: 88, 0E and 34. RGB value is (136,14,52). Sum of RGB (Red+Green+Blue) = 136+14+52=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #880E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E34 is #77F1CB. Grayscale: #363636. Windows color (decimal): -7860684 or 3411592. OLE color: 3411592.
HSL color Cylindrical-coordinate representation of color #880E34: hue angle of 341.31º 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 #880E34 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 52 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.47 |
| HSL | 341.31º | 0.81% | 0.29% | - |
| HSV(B) | 341.31º | 0.9% | 0.53% | - |
| XYZ | 10.93 | 5.8 | 3.79 | - |
| YUV | 54.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 52 | 0 | 0.90 | 0.62 | 0.47 | 341.31 | 0.81 | 0.29 |
| Hex | 88 | E | 34 | 0 | 5A | 3E | 2F | 155 | 51 | 1D |
| Octal | 210 | 16 | 64 | 0 | 132 | 76 | 57 | 525 | 121 | 35 |
| Binary | 10001000 | 1110 | 110100 | 0 | 1011010 | 111110 | 101111 | 101010101 | 1010001 | 11101 |
Color Harmonies of #880E34
Complementary color
Monochromatic Colors of #880E34
Black with #880E34
Text Example
Text Example
White with #880E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E34; }
p { color: rgb(136,14,52); }
H1.HeaderClassName
{
color: #880E34;
}
.AnyTagClassName
{
color: #880E34;
}
</style>
background-color css
<style>
a { background-color: #880E34; }
a { background-color: rgb(136,14,52); }
div.DivClassName
{
background-color: #880E34;
}
.BgClassName
{
background-color: #880E34;
}
</style>
border-color css
<style>
span { border-color: #880E34; }
span { border-color: rgb(136,14,52); }
td.TdClassName
{
border-color: #880E34;
}
.TagClassName
{
border-color: #880E34;
}
</style>