Shades of Burgundy #8E0031
Tints of Burgundy #8E0031
RGB
CMYK
RGB Variations
Color information
#8E0031 (or 0x8E0031) is known color: Burgundy. HEX triplet: 8E, 00 and 31. RGB value is (142,0,49). Sum of RGB (Red+Green+Blue) = 142+0+49=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0031 is #71FFCE. Grayscale: #2F2F2F. Windows color (decimal): -7471055 or 3211406. OLE color: 3211406.
HSL color Cylindrical-coordinate representation of color #8E0031: hue angle of 339.3º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0031 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.65 | 0.44 |
| HSL | 339.3º | 1% | 0.28% | - |
| HSV(B) | 339.3º | 1% | 0.56% | - |
| XYZ | 11.71 | 5.97 | 3.44 | - |
| YUV | 48.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 49 | 0 | 1 | 0.65 | 0.44 | 339.3 | 1 | 0.28 |
| Hex | 8E | 0 | 31 | 0 | 64 | 41 | 2C | 153 | 64 | 1C |
| Octal | 216 | 0 | 61 | 0 | 144 | 101 | 54 | 523 | 144 | 34 |
| Binary | 10001110 | 0 | 110001 | 0 | 1100100 | 1000001 | 101100 | 101010011 | 1100100 | 11100 |
Color Harmonies of #8E0031
Complementary color
Monochromatic Colors of #8E0031
Black with #8E0031
Text Example
Text Example
White with #8E0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0031; }
p { color: rgb(142,0,49); }
H1.HeaderClassName
{
color: #8E0031;
}
.AnyTagClassName
{
color: #8E0031;
}
</style>
background-color css
<style>
a { background-color: #8E0031; }
a { background-color: rgb(142,0,49); }
div.DivClassName
{
background-color: #8E0031;
}
.BgClassName
{
background-color: #8E0031;
}
</style>
border-color css
<style>
span { border-color: #8E0031; }
span { border-color: rgb(142,0,49); }
td.TdClassName
{
border-color: #8E0031;
}
.TagClassName
{
border-color: #8E0031;
}
</style>