Shades of Burgundy #8E1032
Tints of Burgundy #8E1032
RGB
CMYK
RGB Variations
Color information
#8E1032 (or 0x8E1032) is known color: Burgundy. HEX triplet: 8E, 10 and 32. RGB value is (142,16,50). Sum of RGB (Red+Green+Blue) = 142+16+50=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1032 is #71EFCD. Grayscale: #393939. Windows color (decimal): -7466958 or 3281038. OLE color: 3281038.
HSL color Cylindrical-coordinate representation of color #8E1032: hue angle of 343.81º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E1032 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 16 | 50 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.44 |
| HSL | 343.81º | 0.8% | 0.31% | - |
| HSV(B) | 343.81º | 0.89% | 0.56% | - |
| XYZ | 11.92 | 6.35 | 3.62 | - |
| YUV | 57.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 50 | 0 | 0.89 | 0.65 | 0.44 | 343.81 | 0.8 | 0.31 |
| Hex | 8E | 10 | 32 | 0 | 59 | 41 | 2C | 158 | 50 | 1F |
| Octal | 216 | 20 | 62 | 0 | 131 | 101 | 54 | 530 | 120 | 37 |
| Binary | 10001110 | 10000 | 110010 | 0 | 1011001 | 1000001 | 101100 | 101011000 | 1010000 | 11111 |
Color Harmonies of #8E1032
Complementary color
Monochromatic Colors of #8E1032
Black with #8E1032
Text Example
Text Example
White with #8E1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1032; }
p { color: rgb(142,16,50); }
H1.HeaderClassName
{
color: #8E1032;
}
.AnyTagClassName
{
color: #8E1032;
}
</style>
background-color css
<style>
a { background-color: #8E1032; }
a { background-color: rgb(142,16,50); }
div.DivClassName
{
background-color: #8E1032;
}
.BgClassName
{
background-color: #8E1032;
}
</style>
border-color css
<style>
span { border-color: #8E1032; }
span { border-color: rgb(142,16,50); }
td.TdClassName
{
border-color: #8E1032;
}
.TagClassName
{
border-color: #8E1032;
}
</style>