Shades of Burgundy #880C3C
Tints of Burgundy #880C3C
RGB
CMYK
RGB Variations
Color information
#880C3C (or 0x880C3C) is known color: Burgundy. HEX triplet: 88, 0C and 3C. RGB value is (136,12,60). Sum of RGB (Red+Green+Blue) = 136+12+60=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C3C is #77F3C3. Grayscale: #363636. Windows color (decimal): -7861188 or 3935368. OLE color: 3935368.
HSL color Cylindrical-coordinate representation of color #880C3C: hue angle of 336.77º 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 #880C3C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 60 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.47 |
| HSL | 336.77º | 0.84% | 0.29% | - |
| HSV(B) | 336.77º | 0.91% | 0.53% | - |
| XYZ | 11.1 | 5.82 | 4.81 | - |
| YUV | 54.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 60 | 0 | 0.91 | 0.56 | 0.47 | 336.77 | 0.84 | 0.29 |
| Hex | 88 | C | 3C | 0 | 5B | 38 | 2F | 151 | 54 | 1D |
| Octal | 210 | 14 | 74 | 0 | 133 | 70 | 57 | 521 | 124 | 35 |
| Binary | 10001000 | 1100 | 111100 | 0 | 1011011 | 111000 | 101111 | 101010001 | 1010100 | 11101 |
Color Harmonies of #880C3C
Complementary color
Monochromatic Colors of #880C3C
Black with #880C3C
Text Example
Text Example
White with #880C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C3C; }
p { color: rgb(136,12,60); }
H1.HeaderClassName
{
color: #880C3C;
}
.AnyTagClassName
{
color: #880C3C;
}
</style>
background-color css
<style>
a { background-color: #880C3C; }
a { background-color: rgb(136,12,60); }
div.DivClassName
{
background-color: #880C3C;
}
.BgClassName
{
background-color: #880C3C;
}
</style>
border-color css
<style>
span { border-color: #880C3C; }
span { border-color: rgb(136,12,60); }
td.TdClassName
{
border-color: #880C3C;
}
.TagClassName
{
border-color: #880C3C;
}
</style>