Shades of Burgundy #8E053C
Tints of Burgundy #8E053C
RGB
CMYK
RGB Variations
Color information
#8E053C (or 0x8E053C) is known color: Burgundy. HEX triplet: 8E, 05 and 3C. RGB value is (142,5,60). Sum of RGB (Red+Green+Blue) = 142+5+60=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E053C is #71FAC3. Grayscale: #343434. Windows color (decimal): -7469764 or 3933582. OLE color: 3933582.
HSL color Cylindrical-coordinate representation of color #8E053C: hue angle of 335.91º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E053C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.44 |
| HSL | 335.91º | 0.93% | 0.29% | - |
| HSV(B) | 335.91º | 0.96% | 0.56% | - |
| XYZ | 12.03 | 6.19 | 4.84 | - |
| YUV | 52.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 60 | 0 | 0.96 | 0.58 | 0.44 | 335.91 | 0.93 | 0.29 |
| Hex | 8E | 5 | 3C | 0 | 60 | 3A | 2C | 150 | 5D | 1D |
| Octal | 216 | 5 | 74 | 0 | 140 | 72 | 54 | 520 | 135 | 35 |
| Binary | 10001110 | 101 | 111100 | 0 | 1100000 | 111010 | 101100 | 101010000 | 1011101 | 11101 |
Color Harmonies of #8E053C
Complementary color
Monochromatic Colors of #8E053C
Black with #8E053C
Text Example
Text Example
White with #8E053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E053C; }
p { color: rgb(142,5,60); }
H1.HeaderClassName
{
color: #8E053C;
}
.AnyTagClassName
{
color: #8E053C;
}
</style>
background-color css
<style>
a { background-color: #8E053C; }
a { background-color: rgb(142,5,60); }
div.DivClassName
{
background-color: #8E053C;
}
.BgClassName
{
background-color: #8E053C;
}
</style>
border-color css
<style>
span { border-color: #8E053C; }
span { border-color: rgb(142,5,60); }
td.TdClassName
{
border-color: #8E053C;
}
.TagClassName
{
border-color: #8E053C;
}
</style>