Shades of Burgundy #8E023E
Tints of Burgundy #8E023E
RGB
CMYK
RGB Variations
Color information
#8E023E (or 0x8E023E) is known color: Burgundy. HEX triplet: 8E, 02 and 3E. RGB value is (142,2,62). Sum of RGB (Red+Green+Blue) = 142+2+62=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E023E is #71FDC1. Grayscale: #323232. Windows color (decimal): -7470530 or 4063886. OLE color: 4063886.
HSL color Cylindrical-coordinate representation of color #8E023E: hue angle of 334.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E023E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.44 |
| HSL | 334.29º | 0.97% | 0.28% | - |
| HSV(B) | 334.29º | 0.99% | 0.56% | - |
| XYZ | 12.05 | 6.14 | 5.11 | - |
| YUV | 50.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 62 | 0 | 0.99 | 0.56 | 0.44 | 334.29 | 0.97 | 0.28 |
| Hex | 8E | 2 | 3E | 0 | 63 | 38 | 2C | 14E | 61 | 1C |
| Octal | 216 | 2 | 76 | 0 | 143 | 70 | 54 | 516 | 141 | 34 |
| Binary | 10001110 | 10 | 111110 | 0 | 1100011 | 111000 | 101100 | 101001110 | 1100001 | 11100 |
Color Harmonies of #8E023E
Complementary color
Monochromatic Colors of #8E023E
Black with #8E023E
Text Example
Text Example
White with #8E023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E023E; }
p { color: rgb(142,2,62); }
H1.HeaderClassName
{
color: #8E023E;
}
.AnyTagClassName
{
color: #8E023E;
}
</style>
background-color css
<style>
a { background-color: #8E023E; }
a { background-color: rgb(142,2,62); }
div.DivClassName
{
background-color: #8E023E;
}
.BgClassName
{
background-color: #8E023E;
}
</style>
border-color css
<style>
span { border-color: #8E023E; }
span { border-color: rgb(142,2,62); }
td.TdClassName
{
border-color: #8E023E;
}
.TagClassName
{
border-color: #8E023E;
}
</style>