Shades of Burgundy #8E072C
Tints of Burgundy #8E072C
RGB
CMYK
RGB Variations
Color information
#8E072C (or 0x8E072C) is known color: Burgundy. HEX triplet: 8E, 07 and 2C. RGB value is (142,7,44). Sum of RGB (Red+Green+Blue) = 142+7+44=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E072C is #71F8D3. Grayscale: #333333. Windows color (decimal): -7469268 or 2885518. OLE color: 2885518.
HSL color Cylindrical-coordinate representation of color #8E072C: hue angle of 343.56º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E072C is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.44 |
| HSL | 343.56º | 0.91% | 0.29% | - |
| HSV(B) | 343.56º | 0.95% | 0.56% | - |
| XYZ | 11.69 | 6.08 | 2.94 | - |
| YUV | 51.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 44 | 0 | 0.95 | 0.69 | 0.44 | 343.56 | 0.91 | 0.29 |
| Hex | 8E | 7 | 2C | 0 | 5F | 45 | 2C | 158 | 5B | 1D |
| Octal | 216 | 7 | 54 | 0 | 137 | 105 | 54 | 530 | 133 | 35 |
| Binary | 10001110 | 111 | 101100 | 0 | 1011111 | 1000101 | 101100 | 101011000 | 1011011 | 11101 |
Color Harmonies of #8E072C
Complementary color
Monochromatic Colors of #8E072C
Black with #8E072C
Text Example
Text Example
White with #8E072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E072C; }
p { color: rgb(142,7,44); }
H1.HeaderClassName
{
color: #8E072C;
}
.AnyTagClassName
{
color: #8E072C;
}
</style>
background-color css
<style>
a { background-color: #8E072C; }
a { background-color: rgb(142,7,44); }
div.DivClassName
{
background-color: #8E072C;
}
.BgClassName
{
background-color: #8E072C;
}
</style>
border-color css
<style>
span { border-color: #8E072C; }
span { border-color: rgb(142,7,44); }
td.TdClassName
{
border-color: #8E072C;
}
.TagClassName
{
border-color: #8E072C;
}
</style>