Shades of Burgundy #880C33
Tints of Burgundy #880C33
RGB
CMYK
RGB Variations
Color information
#880C33 (or 0x880C33) is known color: Burgundy. HEX triplet: 88, 0C and 33. RGB value is (136,12,51). Sum of RGB (Red+Green+Blue) = 136+12+51=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #880C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C33 is #77F3CC. Grayscale: #353535. Windows color (decimal): -7861197 or 3345544. OLE color: 3345544.
HSL color Cylindrical-coordinate representation of color #880C33: hue angle of 341.13º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C33 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 51 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.47 |
| HSL | 341.13º | 0.84% | 0.29% | - |
| HSV(B) | 341.13º | 0.91% | 0.53% | - |
| XYZ | 10.88 | 5.74 | 3.67 | - |
| YUV | 53.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 51 | 0 | 0.91 | 0.62 | 0.47 | 341.13 | 0.84 | 0.29 |
| Hex | 88 | C | 33 | 0 | 5B | 3E | 2F | 155 | 54 | 1D |
| Octal | 210 | 14 | 63 | 0 | 133 | 76 | 57 | 525 | 124 | 35 |
| Binary | 10001000 | 1100 | 110011 | 0 | 1011011 | 111110 | 101111 | 101010101 | 1010100 | 11101 |
Color Harmonies of #880C33
Complementary color
Monochromatic Colors of #880C33
Black with #880C33
Text Example
Text Example
White with #880C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C33; }
p { color: rgb(136,12,51); }
H1.HeaderClassName
{
color: #880C33;
}
.AnyTagClassName
{
color: #880C33;
}
</style>
background-color css
<style>
a { background-color: #880C33; }
a { background-color: rgb(136,12,51); }
div.DivClassName
{
background-color: #880C33;
}
.BgClassName
{
background-color: #880C33;
}
</style>
border-color css
<style>
span { border-color: #880C33; }
span { border-color: rgb(136,12,51); }
td.TdClassName
{
border-color: #880C33;
}
.TagClassName
{
border-color: #880C33;
}
</style>