Shades of Burgundy #8E043A
Tints of Burgundy #8E043A
RGB
CMYK
RGB Variations
Color information
#8E043A (or 0x8E043A) is known color: Burgundy. HEX triplet: 8E, 04 and 3A. RGB value is (142,4,58). Sum of RGB (Red+Green+Blue) = 142+4+58=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E043A is #71FBC5. Grayscale: #333333. Windows color (decimal): -7470022 or 3802254. OLE color: 3802254.
HSL color Cylindrical-coordinate representation of color #8E043A: hue angle of 336.52º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E043A is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 58 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.44 |
| HSL | 336.52º | 0.95% | 0.29% | - |
| HSV(B) | 336.52º | 0.97% | 0.56% | - |
| XYZ | 11.96 | 6.14 | 4.56 | - |
| YUV | 51.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 58 | 0 | 0.97 | 0.59 | 0.44 | 336.52 | 0.95 | 0.29 |
| Hex | 8E | 4 | 3A | 0 | 61 | 3B | 2C | 151 | 5F | 1D |
| Octal | 216 | 4 | 72 | 0 | 141 | 73 | 54 | 521 | 137 | 35 |
| Binary | 10001110 | 100 | 111010 | 0 | 1100001 | 111011 | 101100 | 101010001 | 1011111 | 11101 |
Color Harmonies of #8E043A
Complementary color
Monochromatic Colors of #8E043A
Black with #8E043A
Text Example
Text Example
White with #8E043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E043A; }
p { color: rgb(142,4,58); }
H1.HeaderClassName
{
color: #8E043A;
}
.AnyTagClassName
{
color: #8E043A;
}
</style>
background-color css
<style>
a { background-color: #8E043A; }
a { background-color: rgb(142,4,58); }
div.DivClassName
{
background-color: #8E043A;
}
.BgClassName
{
background-color: #8E043A;
}
</style>
border-color css
<style>
span { border-color: #8E043A; }
span { border-color: rgb(142,4,58); }
td.TdClassName
{
border-color: #8E043A;
}
.TagClassName
{
border-color: #8E043A;
}
</style>