Shades of Burgundy #8E0040
Tints of Burgundy #8E0040
RGB
CMYK
RGB Variations
Color information
#8E0040 (or 0x8E0040) is known color: Burgundy. HEX triplet: 8E, 00 and 40. RGB value is (142,0,64). Sum of RGB (Red+Green+Blue) = 142+0+64=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0040 is #71FFBF. Grayscale: #313131. Windows color (decimal): -7471040 or 4194446. OLE color: 4194446.
HSL color Cylindrical-coordinate representation of color #8E0040: hue angle of 332.96º 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 #8E0040 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.55 | 0.44 |
| HSL | 332.96º | 1% | 0.28% | - |
| HSV(B) | 332.96º | 1% | 0.56% | - |
| XYZ | 12.08 | 6.12 | 5.4 | - |
| YUV | 49.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 64 | 0 | 1 | 0.55 | 0.44 | 332.96 | 1 | 0.28 |
| Hex | 8E | 0 | 40 | 0 | 64 | 37 | 2C | 14D | 64 | 1C |
| Octal | 216 | 0 | 100 | 0 | 144 | 67 | 54 | 515 | 144 | 34 |
| Binary | 10001110 | 0 | 1000000 | 0 | 1100100 | 110111 | 101100 | 101001101 | 1100100 | 11100 |
Color Harmonies of #8E0040
Complementary color
Monochromatic Colors of #8E0040
Black with #8E0040
Text Example
Text Example
White with #8E0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0040; }
p { color: rgb(142,0,64); }
H1.HeaderClassName
{
color: #8E0040;
}
.AnyTagClassName
{
color: #8E0040;
}
</style>
background-color css
<style>
a { background-color: #8E0040; }
a { background-color: rgb(142,0,64); }
div.DivClassName
{
background-color: #8E0040;
}
.BgClassName
{
background-color: #8E0040;
}
</style>
border-color css
<style>
span { border-color: #8E0040; }
span { border-color: rgb(142,0,64); }
td.TdClassName
{
border-color: #8E0040;
}
.TagClassName
{
border-color: #8E0040;
}
</style>