Shades of Burgundy #8E052F
Tints of Burgundy #8E052F
RGB
CMYK
RGB Variations
Color information
#8E052F (or 0x8E052F) is known color: Burgundy. HEX triplet: 8E, 05 and 2F. RGB value is (142,5,47). Sum of RGB (Red+Green+Blue) = 142+5+47=194 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.20% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 142 - color contains mainly: red. Hex color #8E052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E052F is #71FAD0. Grayscale: #323232. Windows color (decimal): -7469777 or 3081614. OLE color: 3081614.
HSL color Cylindrical-coordinate representation of color #8E052F: hue angle of 341.61º 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 #8E052F is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 47 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.44 |
| HSL | 341.61º | 0.93% | 0.29% | - |
| HSV(B) | 341.61º | 0.96% | 0.56% | - |
| XYZ | 11.72 | 6.06 | 3.24 | - |
| YUV | 50.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 47 | 0 | 0.96 | 0.67 | 0.44 | 341.61 | 0.93 | 0.29 |
| Hex | 8E | 5 | 2F | 0 | 60 | 43 | 2C | 156 | 5D | 1D |
| Octal | 216 | 5 | 57 | 0 | 140 | 103 | 54 | 526 | 135 | 35 |
| Binary | 10001110 | 101 | 101111 | 0 | 1100000 | 1000011 | 101100 | 101010110 | 1011101 | 11101 |
Color Harmonies of #8E052F
Complementary color
Monochromatic Colors of #8E052F
Black with #8E052F
Text Example
Text Example
White with #8E052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E052F; }
p { color: rgb(142,5,47); }
H1.HeaderClassName
{
color: #8E052F;
}
.AnyTagClassName
{
color: #8E052F;
}
</style>
background-color css
<style>
a { background-color: #8E052F; }
a { background-color: rgb(142,5,47); }
div.DivClassName
{
background-color: #8E052F;
}
.BgClassName
{
background-color: #8E052F;
}
</style>
border-color css
<style>
span { border-color: #8E052F; }
span { border-color: rgb(142,5,47); }
td.TdClassName
{
border-color: #8E052F;
}
.TagClassName
{
border-color: #8E052F;
}
</style>