Shades of Burgundy #8E052B
Tints of Burgundy #8E052B
RGB
CMYK
RGB Variations
Color information
#8E052B (or 0x8E052B) is known color: Burgundy. HEX triplet: 8E, 05 and 2B. RGB value is (142,5,43). Sum of RGB (Red+Green+Blue) = 142+5+43=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E052B is #71FAD4. Grayscale: #323232. Windows color (decimal): -7469781 or 2819470. OLE color: 2819470.
HSL color Cylindrical-coordinate representation of color #8E052B: hue angle of 343.36º 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 #8E052B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.44 |
| HSL | 343.36º | 0.93% | 0.29% | - |
| HSV(B) | 343.36º | 0.96% | 0.56% | - |
| XYZ | 11.65 | 6.03 | 2.84 | - |
| YUV | 50.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 43 | 0 | 0.96 | 0.70 | 0.44 | 343.36 | 0.93 | 0.29 |
| Hex | 8E | 5 | 2B | 0 | 60 | 46 | 2C | 157 | 5D | 1D |
| Octal | 216 | 5 | 53 | 0 | 140 | 106 | 54 | 527 | 135 | 35 |
| Binary | 10001110 | 101 | 101011 | 0 | 1100000 | 1000110 | 101100 | 101010111 | 1011101 | 11101 |
Color Harmonies of #8E052B
Complementary color
Monochromatic Colors of #8E052B
Black with #8E052B
Text Example
Text Example
White with #8E052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E052B; }
p { color: rgb(142,5,43); }
H1.HeaderClassName
{
color: #8E052B;
}
.AnyTagClassName
{
color: #8E052B;
}
</style>
background-color css
<style>
a { background-color: #8E052B; }
a { background-color: rgb(142,5,43); }
div.DivClassName
{
background-color: #8E052B;
}
.BgClassName
{
background-color: #8E052B;
}
</style>
border-color css
<style>
span { border-color: #8E052B; }
span { border-color: rgb(142,5,43); }
td.TdClassName
{
border-color: #8E052B;
}
.TagClassName
{
border-color: #8E052B;
}
</style>