Shades of Burgundy #880E2D
Tints of Burgundy #880E2D
RGB
CMYK
RGB Variations
Color information
#880E2D (or 0x880E2D) is known color: Burgundy. HEX triplet: 88, 0E and 2D. RGB value is (136,14,45). Sum of RGB (Red+Green+Blue) = 136+14+45=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #880E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E2D is #77F1D2. Grayscale: #363636. Windows color (decimal): -7860691 or 2952840. OLE color: 2952840.
HSL color Cylindrical-coordinate representation of color #880E2D: hue angle of 344.75º 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 #880E2D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 45 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.47 |
| HSL | 344.75º | 0.81% | 0.29% | - |
| HSV(B) | 344.75º | 0.9% | 0.53% | - |
| XYZ | 10.78 | 5.74 | 3.02 | - |
| YUV | 54.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 45 | 0 | 0.90 | 0.67 | 0.47 | 344.75 | 0.81 | 0.29 |
| Hex | 88 | E | 2D | 0 | 5A | 43 | 2F | 159 | 51 | 1D |
| Octal | 210 | 16 | 55 | 0 | 132 | 103 | 57 | 531 | 121 | 35 |
| Binary | 10001000 | 1110 | 101101 | 0 | 1011010 | 1000011 | 101111 | 101011001 | 1010001 | 11101 |
Color Harmonies of #880E2D
Complementary color
Monochromatic Colors of #880E2D
Black with #880E2D
Text Example
Text Example
White with #880E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E2D; }
p { color: rgb(136,14,45); }
H1.HeaderClassName
{
color: #880E2D;
}
.AnyTagClassName
{
color: #880E2D;
}
</style>
background-color css
<style>
a { background-color: #880E2D; }
a { background-color: rgb(136,14,45); }
div.DivClassName
{
background-color: #880E2D;
}
.BgClassName
{
background-color: #880E2D;
}
</style>
border-color css
<style>
span { border-color: #880E2D; }
span { border-color: rgb(136,14,45); }
td.TdClassName
{
border-color: #880E2D;
}
.TagClassName
{
border-color: #880E2D;
}
</style>