Shades of Burgundy #8E0A3E
Tints of Burgundy #8E0A3E
RGB
CMYK
RGB Variations
Color information
#8E0A3E (or 0x8E0A3E) is known color: Burgundy. HEX triplet: 8E, 0A and 3E. RGB value is (142,10,62). Sum of RGB (Red+Green+Blue) = 142+10+62=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A3E is #71F5C1. Grayscale: #373737. Windows color (decimal): -7468482 or 4065934. OLE color: 4065934.
HSL color Cylindrical-coordinate representation of color #8E0A3E: hue angle of 336.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A3E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 10 | 62 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.44 |
| HSL | 336.36º | 0.87% | 0.3% | - |
| HSV(B) | 336.36º | 0.93% | 0.56% | - |
| XYZ | 12.13 | 6.32 | 5.14 | - |
| YUV | 55.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 10 | 62 | 0 | 0.93 | 0.56 | 0.44 | 336.36 | 0.87 | 0.3 |
| Hex | 8E | A | 3E | 0 | 5D | 38 | 2C | 150 | 57 | 1E |
| Octal | 216 | 12 | 76 | 0 | 135 | 70 | 54 | 520 | 127 | 36 |
| Binary | 10001110 | 1010 | 111110 | 0 | 1011101 | 111000 | 101100 | 101010000 | 1010111 | 11110 |
Color Harmonies of #8E0A3E
Complementary color
Monochromatic Colors of #8E0A3E
Black with #8E0A3E
Text Example
Text Example
White with #8E0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0A3E; }
p { color: rgb(142,10,62); }
H1.HeaderClassName
{
color: #8E0A3E;
}
.AnyTagClassName
{
color: #8E0A3E;
}
</style>
background-color css
<style>
a { background-color: #8E0A3E; }
a { background-color: rgb(142,10,62); }
div.DivClassName
{
background-color: #8E0A3E;
}
.BgClassName
{
background-color: #8E0A3E;
}
</style>
border-color css
<style>
span { border-color: #8E0A3E; }
span { border-color: rgb(142,10,62); }
td.TdClassName
{
border-color: #8E0A3E;
}
.TagClassName
{
border-color: #8E0A3E;
}
</style>