Shades of Burgundy #8E0C39
Tints of Burgundy #8E0C39
RGB
CMYK
RGB Variations
Color information
#8E0C39 (or 0x8E0C39) is known color: Burgundy. HEX triplet: 8E, 0C and 39. RGB value is (142,12,57). Sum of RGB (Red+Green+Blue) = 142+12+57=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C39 is #71F3C6. Grayscale: #373737. Windows color (decimal): -7467975 or 3738766. OLE color: 3738766.
HSL color Cylindrical-coordinate representation of color #8E0C39: hue angle of 339.23º 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 #8E0C39 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 57 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.44 |
| HSL | 339.23º | 0.84% | 0.3% | - |
| HSV(B) | 339.23º | 0.92% | 0.56% | - |
| XYZ | 12.03 | 6.31 | 4.45 | - |
| YUV | 56 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 57 | 0 | 0.92 | 0.60 | 0.44 | 339.23 | 0.84 | 0.3 |
| Hex | 8E | C | 39 | 0 | 5C | 3C | 2C | 153 | 54 | 1E |
| Octal | 216 | 14 | 71 | 0 | 134 | 74 | 54 | 523 | 124 | 36 |
| Binary | 10001110 | 1100 | 111001 | 0 | 1011100 | 111100 | 101100 | 101010011 | 1010100 | 11110 |
Color Harmonies of #8E0C39
Complementary color
Monochromatic Colors of #8E0C39
Black with #8E0C39
Text Example
Text Example
White with #8E0C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C39; }
p { color: rgb(142,12,57); }
H1.HeaderClassName
{
color: #8E0C39;
}
.AnyTagClassName
{
color: #8E0C39;
}
</style>
background-color css
<style>
a { background-color: #8E0C39; }
a { background-color: rgb(142,12,57); }
div.DivClassName
{
background-color: #8E0C39;
}
.BgClassName
{
background-color: #8E0C39;
}
</style>
border-color css
<style>
span { border-color: #8E0C39; }
span { border-color: rgb(142,12,57); }
td.TdClassName
{
border-color: #8E0C39;
}
.TagClassName
{
border-color: #8E0C39;
}
</style>