Shades of Burgundy #880B1E
Tints of Burgundy #880B1E
RGB
CMYK
RGB Variations
Color information
#880B1E (or 0x880B1E) is known color: Burgundy. HEX triplet: 88, 0B and 1E. RGB value is (136,11,30). Sum of RGB (Red+Green+Blue) = 136+11+30=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B1E is #77F4E1. Grayscale: #323232. Windows color (decimal): -7861474 or 1969032. OLE color: 1969032.
HSL color Cylindrical-coordinate representation of color #880B1E: hue angle of 350.88º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B1E is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 30 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.47 |
| HSL | 350.88º | 0.85% | 0.29% | - |
| HSV(B) | 350.88º | 0.92% | 0.53% | - |
| XYZ | 10.51 | 5.57 | 1.75 | - |
| YUV | 50.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 30 | 0 | 0.92 | 0.78 | 0.47 | 350.88 | 0.85 | 0.29 |
| Hex | 88 | B | 1E | 0 | 5C | 4E | 2F | 15F | 55 | 1D |
| Octal | 210 | 13 | 36 | 0 | 134 | 116 | 57 | 537 | 125 | 35 |
| Binary | 10001000 | 1011 | 11110 | 0 | 1011100 | 1001110 | 101111 | 101011111 | 1010101 | 11101 |
Color Harmonies of #880B1E
Complementary color
Monochromatic Colors of #880B1E
Black with #880B1E
Text Example
Text Example
White with #880B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B1E; }
p { color: rgb(136,11,30); }
H1.HeaderClassName
{
color: #880B1E;
}
.AnyTagClassName
{
color: #880B1E;
}
</style>
background-color css
<style>
a { background-color: #880B1E; }
a { background-color: rgb(136,11,30); }
div.DivClassName
{
background-color: #880B1E;
}
.BgClassName
{
background-color: #880B1E;
}
</style>
border-color css
<style>
span { border-color: #880B1E; }
span { border-color: rgb(136,11,30); }
td.TdClassName
{
border-color: #880B1E;
}
.TagClassName
{
border-color: #880B1E;
}
</style>