Shades of Burgundy #8E0C36
Tints of Burgundy #8E0C36
RGB
CMYK
RGB Variations
Color information
#8E0C36 (or 0x8E0C36) is known color: Burgundy. HEX triplet: 8E, 0C and 36. RGB value is (142,12,54). Sum of RGB (Red+Green+Blue) = 142+12+54=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C36 is #71F3C9. Grayscale: #373737. Windows color (decimal): -7467978 or 3542158. OLE color: 3542158.
HSL color Cylindrical-coordinate representation of color #8E0C36: hue angle of 340.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C36 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 54 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.44 |
| HSL | 340.62º | 0.84% | 0.3% | - |
| HSV(B) | 340.62º | 0.92% | 0.56% | - |
| XYZ | 11.95 | 6.28 | 4.07 | - |
| YUV | 55.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 54 | 0 | 0.92 | 0.62 | 0.44 | 340.62 | 0.84 | 0.3 |
| Hex | 8E | C | 36 | 0 | 5C | 3E | 2C | 155 | 54 | 1E |
| Octal | 216 | 14 | 66 | 0 | 134 | 76 | 54 | 525 | 124 | 36 |
| Binary | 10001110 | 1100 | 110110 | 0 | 1011100 | 111110 | 101100 | 101010101 | 1010100 | 11110 |
Color Harmonies of #8E0C36
Complementary color
Monochromatic Colors of #8E0C36
Black with #8E0C36
Text Example
Text Example
White with #8E0C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C36; }
p { color: rgb(142,12,54); }
H1.HeaderClassName
{
color: #8E0C36;
}
.AnyTagClassName
{
color: #8E0C36;
}
</style>
background-color css
<style>
a { background-color: #8E0C36; }
a { background-color: rgb(142,12,54); }
div.DivClassName
{
background-color: #8E0C36;
}
.BgClassName
{
background-color: #8E0C36;
}
</style>
border-color css
<style>
span { border-color: #8E0C36; }
span { border-color: rgb(142,12,54); }
td.TdClassName
{
border-color: #8E0C36;
}
.TagClassName
{
border-color: #8E0C36;
}
</style>