Shades of Burgundy #880C39
Tints of Burgundy #880C39
RGB
CMYK
RGB Variations
Color information
#880C39 (or 0x880C39) is known color: Burgundy. HEX triplet: 88, 0C and 39. RGB value is (136,12,57). Sum of RGB (Red+Green+Blue) = 136+12+57=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C39 is #77F3C6. Grayscale: #363636. Windows color (decimal): -7861191 or 3738760. OLE color: 3738760.
HSL color Cylindrical-coordinate representation of color #880C39: hue angle of 338.23º 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 #880C39 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 57 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.47 |
| HSL | 338.23º | 0.84% | 0.29% | - |
| HSV(B) | 338.23º | 0.91% | 0.53% | - |
| XYZ | 11.02 | 5.79 | 4.41 | - |
| YUV | 54.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 57 | 0 | 0.91 | 0.58 | 0.47 | 338.23 | 0.84 | 0.29 |
| Hex | 88 | C | 39 | 0 | 5B | 3A | 2F | 152 | 54 | 1D |
| Octal | 210 | 14 | 71 | 0 | 133 | 72 | 57 | 522 | 124 | 35 |
| Binary | 10001000 | 1100 | 111001 | 0 | 1011011 | 111010 | 101111 | 101010010 | 1010100 | 11101 |
Color Harmonies of #880C39
Complementary color
Monochromatic Colors of #880C39
Black with #880C39
Text Example
Text Example
White with #880C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C39; }
p { color: rgb(136,12,57); }
H1.HeaderClassName
{
color: #880C39;
}
.AnyTagClassName
{
color: #880C39;
}
</style>
background-color css
<style>
a { background-color: #880C39; }
a { background-color: rgb(136,12,57); }
div.DivClassName
{
background-color: #880C39;
}
.BgClassName
{
background-color: #880C39;
}
</style>
border-color css
<style>
span { border-color: #880C39; }
span { border-color: rgb(136,12,57); }
td.TdClassName
{
border-color: #880C39;
}
.TagClassName
{
border-color: #880C39;
}
</style>