Shades of Burgundy #8E023A
Tints of Burgundy #8E023A
RGB
CMYK
RGB Variations
Color information
#8E023A (or 0x8E023A) is known color: Burgundy. HEX triplet: 8E, 02 and 3A. RGB value is (142,2,58). Sum of RGB (Red+Green+Blue) = 142+2+58=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E023A is #71FDC5. Grayscale: #323232. Windows color (decimal): -7470534 or 3801742. OLE color: 3801742.
HSL color Cylindrical-coordinate representation of color #8E023A: hue angle of 336º 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 #8E023A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.44 |
| HSL | 336º | 0.97% | 0.28% | - |
| HSV(B) | 336º | 0.99% | 0.56% | - |
| XYZ | 11.94 | 6.1 | 4.55 | - |
| YUV | 50.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 58 | 0 | 0.99 | 0.59 | 0.44 | 336 | 0.97 | 0.28 |
| Hex | 8E | 2 | 3A | 0 | 63 | 3B | 2C | 150 | 61 | 1C |
| Octal | 216 | 2 | 72 | 0 | 143 | 73 | 54 | 520 | 141 | 34 |
| Binary | 10001110 | 10 | 111010 | 0 | 1100011 | 111011 | 101100 | 101010000 | 1100001 | 11100 |
Color Harmonies of #8E023A
Complementary color
Monochromatic Colors of #8E023A
Black with #8E023A
Text Example
Text Example
White with #8E023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E023A; }
p { color: rgb(142,2,58); }
H1.HeaderClassName
{
color: #8E023A;
}
.AnyTagClassName
{
color: #8E023A;
}
</style>
background-color css
<style>
a { background-color: #8E023A; }
a { background-color: rgb(142,2,58); }
div.DivClassName
{
background-color: #8E023A;
}
.BgClassName
{
background-color: #8E023A;
}
</style>
border-color css
<style>
span { border-color: #8E023A; }
span { border-color: rgb(142,2,58); }
td.TdClassName
{
border-color: #8E023A;
}
.TagClassName
{
border-color: #8E023A;
}
</style>