Shades of Burgundy #8E043B
Tints of Burgundy #8E043B
RGB
CMYK
RGB Variations
Color information
#8E043B (or 0x8E043B) is known color: Burgundy. HEX triplet: 8E, 04 and 3B. RGB value is (142,4,59). Sum of RGB (Red+Green+Blue) = 142+4+59=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E043B is #71FBC4. Grayscale: #333333. Windows color (decimal): -7470021 or 3867790. OLE color: 3867790.
HSL color Cylindrical-coordinate representation of color #8E043B: hue angle of 336.09º 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 #8E043B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.44 |
| HSL | 336.09º | 0.95% | 0.29% | - |
| HSV(B) | 336.09º | 0.97% | 0.56% | - |
| XYZ | 11.99 | 6.15 | 4.69 | - |
| YUV | 51.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 59 | 0 | 0.97 | 0.58 | 0.44 | 336.09 | 0.95 | 0.29 |
| Hex | 8E | 4 | 3B | 0 | 61 | 3A | 2C | 150 | 5F | 1D |
| Octal | 216 | 4 | 73 | 0 | 141 | 72 | 54 | 520 | 137 | 35 |
| Binary | 10001110 | 100 | 111011 | 0 | 1100001 | 111010 | 101100 | 101010000 | 1011111 | 11101 |
Color Harmonies of #8E043B
Complementary color
Monochromatic Colors of #8E043B
Black with #8E043B
Text Example
Text Example
White with #8E043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E043B; }
p { color: rgb(142,4,59); }
H1.HeaderClassName
{
color: #8E043B;
}
.AnyTagClassName
{
color: #8E043B;
}
</style>
background-color css
<style>
a { background-color: #8E043B; }
a { background-color: rgb(142,4,59); }
div.DivClassName
{
background-color: #8E043B;
}
.BgClassName
{
background-color: #8E043B;
}
</style>
border-color css
<style>
span { border-color: #8E043B; }
span { border-color: rgb(142,4,59); }
td.TdClassName
{
border-color: #8E043B;
}
.TagClassName
{
border-color: #8E043B;
}
</style>