Shades of Burgundy #880B24
Tints of Burgundy #880B24
RGB
CMYK
RGB Variations
Color information
#880B24 (or 0x880B24) is known color: Burgundy. HEX triplet: 88, 0B and 24. RGB value is (136,11,36). Sum of RGB (Red+Green+Blue) = 136+11+36=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #880B24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B24 is #77F4DB. Grayscale: #333333. Windows color (decimal): -7861468 or 2362248. OLE color: 2362248.
HSL color Cylindrical-coordinate representation of color #880B24: hue angle of 348º 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 #880B24 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 36 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.47 |
| HSL | 348º | 0.85% | 0.29% | - |
| HSV(B) | 348º | 0.92% | 0.53% | - |
| XYZ | 10.59 | 5.6 | 2.19 | - |
| YUV | 51.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 36 | 0 | 0.92 | 0.74 | 0.47 | 348 | 0.85 | 0.29 |
| Hex | 88 | B | 24 | 0 | 5C | 4A | 2F | 15C | 55 | 1D |
| Octal | 210 | 13 | 44 | 0 | 134 | 112 | 57 | 534 | 125 | 35 |
| Binary | 10001000 | 1011 | 100100 | 0 | 1011100 | 1001010 | 101111 | 101011100 | 1010101 | 11101 |
Color Harmonies of #880B24
Complementary color
Monochromatic Colors of #880B24
Black with #880B24
Text Example
Text Example
White with #880B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B24; }
p { color: rgb(136,11,36); }
H1.HeaderClassName
{
color: #880B24;
}
.AnyTagClassName
{
color: #880B24;
}
</style>
background-color css
<style>
a { background-color: #880B24; }
a { background-color: rgb(136,11,36); }
div.DivClassName
{
background-color: #880B24;
}
.BgClassName
{
background-color: #880B24;
}
</style>
border-color css
<style>
span { border-color: #880B24; }
span { border-color: rgb(136,11,36); }
td.TdClassName
{
border-color: #880B24;
}
.TagClassName
{
border-color: #880B24;
}
</style>