Shades of Burgundy #8E0D34
Tints of Burgundy #8E0D34
RGB
CMYK
RGB Variations
Color information
#8E0D34 (or 0x8E0D34) is known color: Burgundy. HEX triplet: 8E, 0D and 34. RGB value is (142,13,52). Sum of RGB (Red+Green+Blue) = 142+13+52=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D34 is #71F2CB. Grayscale: #373737. Windows color (decimal): -7467724 or 3411342. OLE color: 3411342.
HSL color Cylindrical-coordinate representation of color #8E0D34: hue angle of 341.86º 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 #8E0D34 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 52 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.44 |
| HSL | 341.86º | 0.83% | 0.3% | - |
| HSV(B) | 341.86º | 0.91% | 0.56% | - |
| XYZ | 11.92 | 6.29 | 3.83 | - |
| YUV | 56.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 52 | 0 | 0.91 | 0.63 | 0.44 | 341.86 | 0.83 | 0.3 |
| Hex | 8E | D | 34 | 0 | 5B | 3F | 2C | 156 | 53 | 1E |
| Octal | 216 | 15 | 64 | 0 | 133 | 77 | 54 | 526 | 123 | 36 |
| Binary | 10001110 | 1101 | 110100 | 0 | 1011011 | 111111 | 101100 | 101010110 | 1010011 | 11110 |
Color Harmonies of #8E0D34
Complementary color
Monochromatic Colors of #8E0D34
Black with #8E0D34
Text Example
Text Example
White with #8E0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D34; }
p { color: rgb(142,13,52); }
H1.HeaderClassName
{
color: #8E0D34;
}
.AnyTagClassName
{
color: #8E0D34;
}
</style>
background-color css
<style>
a { background-color: #8E0D34; }
a { background-color: rgb(142,13,52); }
div.DivClassName
{
background-color: #8E0D34;
}
.BgClassName
{
background-color: #8E0D34;
}
</style>
border-color css
<style>
span { border-color: #8E0D34; }
span { border-color: rgb(142,13,52); }
td.TdClassName
{
border-color: #8E0D34;
}
.TagClassName
{
border-color: #8E0D34;
}
</style>