Shades of Burgundy #8E0439
Tints of Burgundy #8E0439
RGB
CMYK
RGB Variations
Color information
#8E0439 (or 0x8E0439) is known color: Burgundy. HEX triplet: 8E, 04 and 39. RGB value is (142,4,57). Sum of RGB (Red+Green+Blue) = 142+4+57=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0439 is #71FBC6. Grayscale: #333333. Windows color (decimal): -7470023 or 3736718. OLE color: 3736718.
HSL color Cylindrical-coordinate representation of color #8E0439: hue angle of 336.96º 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 #8E0439 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 57 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.44 |
| HSL | 336.96º | 0.95% | 0.29% | - |
| HSV(B) | 336.96º | 0.97% | 0.56% | - |
| XYZ | 11.94 | 6.13 | 4.43 | - |
| YUV | 51.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 57 | 0 | 0.97 | 0.60 | 0.44 | 336.96 | 0.95 | 0.29 |
| Hex | 8E | 4 | 39 | 0 | 61 | 3C | 2C | 151 | 5F | 1D |
| Octal | 216 | 4 | 71 | 0 | 141 | 74 | 54 | 521 | 137 | 35 |
| Binary | 10001110 | 100 | 111001 | 0 | 1100001 | 111100 | 101100 | 101010001 | 1011111 | 11101 |
Color Harmonies of #8E0439
Complementary color
Monochromatic Colors of #8E0439
Black with #8E0439
Text Example
Text Example
White with #8E0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0439; }
p { color: rgb(142,4,57); }
H1.HeaderClassName
{
color: #8E0439;
}
.AnyTagClassName
{
color: #8E0439;
}
</style>
background-color css
<style>
a { background-color: #8E0439; }
a { background-color: rgb(142,4,57); }
div.DivClassName
{
background-color: #8E0439;
}
.BgClassName
{
background-color: #8E0439;
}
</style>
border-color css
<style>
span { border-color: #8E0439; }
span { border-color: rgb(142,4,57); }
td.TdClassName
{
border-color: #8E0439;
}
.TagClassName
{
border-color: #8E0439;
}
</style>