Shades of Burgundy #8E0D39
Tints of Burgundy #8E0D39
RGB
CMYK
RGB Variations
Color information
#8E0D39 (or 0x8E0D39) is known color: Burgundy. HEX triplet: 8E, 0D and 39. RGB value is (142,13,57). Sum of RGB (Red+Green+Blue) = 142+13+57=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D39 is #71F2C6. Grayscale: #383838. Windows color (decimal): -7467719 or 3739022. OLE color: 3739022.
HSL color Cylindrical-coordinate representation of color #8E0D39: hue angle of 339.53º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D39 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 57 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.44 |
| HSL | 339.53º | 0.83% | 0.3% | - |
| HSV(B) | 339.53º | 0.91% | 0.56% | - |
| XYZ | 12.04 | 6.33 | 4.46 | - |
| YUV | 56.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 57 | 0 | 0.91 | 0.60 | 0.44 | 339.53 | 0.83 | 0.3 |
| Hex | 8E | D | 39 | 0 | 5B | 3C | 2C | 154 | 53 | 1E |
| Octal | 216 | 15 | 71 | 0 | 133 | 74 | 54 | 524 | 123 | 36 |
| Binary | 10001110 | 1101 | 111001 | 0 | 1011011 | 111100 | 101100 | 101010100 | 1010011 | 11110 |
Color Harmonies of #8E0D39
Complementary color
Monochromatic Colors of #8E0D39
Black with #8E0D39
Text Example
Text Example
White with #8E0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D39; }
p { color: rgb(142,13,57); }
H1.HeaderClassName
{
color: #8E0D39;
}
.AnyTagClassName
{
color: #8E0D39;
}
</style>
background-color css
<style>
a { background-color: #8E0D39; }
a { background-color: rgb(142,13,57); }
div.DivClassName
{
background-color: #8E0D39;
}
.BgClassName
{
background-color: #8E0D39;
}
</style>
border-color css
<style>
span { border-color: #8E0D39; }
span { border-color: rgb(142,13,57); }
td.TdClassName
{
border-color: #8E0D39;
}
.TagClassName
{
border-color: #8E0D39;
}
</style>