Shades of Burgundy #880B32
Tints of Burgundy #880B32
RGB
CMYK
RGB Variations
Color information
#880B32 (or 0x880B32) is known color: Burgundy. HEX triplet: 88, 0B and 32. RGB value is (136,11,50). Sum of RGB (Red+Green+Blue) = 136+11+50=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #880B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B32 is #77F4CD. Grayscale: #343434. Windows color (decimal): -7861454 or 3279752. OLE color: 3279752.
HSL color Cylindrical-coordinate representation of color #880B32: hue angle of 341.28º 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 #880B32 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 50 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.47 |
| HSL | 341.28º | 0.85% | 0.29% | - |
| HSV(B) | 341.28º | 0.92% | 0.53% | - |
| XYZ | 10.85 | 5.7 | 3.55 | - |
| YUV | 52.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 50 | 0 | 0.92 | 0.63 | 0.47 | 341.28 | 0.85 | 0.29 |
| Hex | 88 | B | 32 | 0 | 5C | 3F | 2F | 155 | 55 | 1D |
| Octal | 210 | 13 | 62 | 0 | 134 | 77 | 57 | 525 | 125 | 35 |
| Binary | 10001000 | 1011 | 110010 | 0 | 1011100 | 111111 | 101111 | 101010101 | 1010101 | 11101 |
Color Harmonies of #880B32
Complementary color
Monochromatic Colors of #880B32
Black with #880B32
Text Example
Text Example
White with #880B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B32; }
p { color: rgb(136,11,50); }
H1.HeaderClassName
{
color: #880B32;
}
.AnyTagClassName
{
color: #880B32;
}
</style>
background-color css
<style>
a { background-color: #880B32; }
a { background-color: rgb(136,11,50); }
div.DivClassName
{
background-color: #880B32;
}
.BgClassName
{
background-color: #880B32;
}
</style>
border-color css
<style>
span { border-color: #880B32; }
span { border-color: rgb(136,11,50); }
td.TdClassName
{
border-color: #880B32;
}
.TagClassName
{
border-color: #880B32;
}
</style>