Shades of Burgundy #8E0639
Tints of Burgundy #8E0639
RGB
CMYK
RGB Variations
Color information
#8E0639 (or 0x8E0639) is known color: Burgundy. HEX triplet: 8E, 06 and 39. RGB value is (142,6,57). Sum of RGB (Red+Green+Blue) = 142+6+57=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0639 is #71F9C6. Grayscale: #343434. Windows color (decimal): -7469511 or 3737230. OLE color: 3737230.
HSL color Cylindrical-coordinate representation of color #8E0639: hue angle of 337.5º degrees, saturation: 0.92, 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 #8E0639 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 57 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.44 |
| HSL | 337.5º | 0.92% | 0.29% | - |
| HSV(B) | 337.5º | 0.96% | 0.56% | - |
| XYZ | 11.96 | 6.18 | 4.43 | - |
| YUV | 52.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 57 | 0 | 0.96 | 0.60 | 0.44 | 337.5 | 0.92 | 0.29 |
| Hex | 8E | 6 | 39 | 0 | 60 | 3C | 2C | 152 | 5C | 1D |
| Octal | 216 | 6 | 71 | 0 | 140 | 74 | 54 | 522 | 134 | 35 |
| Binary | 10001110 | 110 | 111001 | 0 | 1100000 | 111100 | 101100 | 101010010 | 1011100 | 11101 |
Color Harmonies of #8E0639
Complementary color
Monochromatic Colors of #8E0639
Black with #8E0639
Text Example
Text Example
White with #8E0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0639; }
p { color: rgb(142,6,57); }
H1.HeaderClassName
{
color: #8E0639;
}
.AnyTagClassName
{
color: #8E0639;
}
</style>
background-color css
<style>
a { background-color: #8E0639; }
a { background-color: rgb(142,6,57); }
div.DivClassName
{
background-color: #8E0639;
}
.BgClassName
{
background-color: #8E0639;
}
</style>
border-color css
<style>
span { border-color: #8E0639; }
span { border-color: rgb(142,6,57); }
td.TdClassName
{
border-color: #8E0639;
}
.TagClassName
{
border-color: #8E0639;
}
</style>