Shades of Burgundy #880C3E
Tints of Burgundy #880C3E
RGB
CMYK
RGB Variations
Color information
#880C3E (or 0x880C3E) is known color: Burgundy. HEX triplet: 88, 0C and 3E. RGB value is (136,12,62). Sum of RGB (Red+Green+Blue) = 136+12+62=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C3E is #77F3C1. Grayscale: #363636. Windows color (decimal): -7861186 or 4066440. OLE color: 4066440.
HSL color Cylindrical-coordinate representation of color #880C3E: hue angle of 335.81º 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 #880C3E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 62 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.47 |
| HSL | 335.81º | 0.84% | 0.29% | - |
| HSV(B) | 335.81º | 0.91% | 0.53% | - |
| XYZ | 11.15 | 5.84 | 5.1 | - |
| YUV | 54.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 62 | 0 | 0.91 | 0.54 | 0.47 | 335.81 | 0.84 | 0.29 |
| Hex | 88 | C | 3E | 0 | 5B | 36 | 2F | 150 | 54 | 1D |
| Octal | 210 | 14 | 76 | 0 | 133 | 66 | 57 | 520 | 124 | 35 |
| Binary | 10001000 | 1100 | 111110 | 0 | 1011011 | 110110 | 101111 | 101010000 | 1010100 | 11101 |
Color Harmonies of #880C3E
Complementary color
Monochromatic Colors of #880C3E
Black with #880C3E
Text Example
Text Example
White with #880C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C3E; }
p { color: rgb(136,12,62); }
H1.HeaderClassName
{
color: #880C3E;
}
.AnyTagClassName
{
color: #880C3E;
}
</style>
background-color css
<style>
a { background-color: #880C3E; }
a { background-color: rgb(136,12,62); }
div.DivClassName
{
background-color: #880C3E;
}
.BgClassName
{
background-color: #880C3E;
}
</style>
border-color css
<style>
span { border-color: #880C3E; }
span { border-color: rgb(136,12,62); }
td.TdClassName
{
border-color: #880C3E;
}
.TagClassName
{
border-color: #880C3E;
}
</style>