Shades of Burgundy #8E0039
Tints of Burgundy #8E0039
RGB
CMYK
RGB Variations
Color information
#8E0039 (or 0x8E0039) is known color: Burgundy. HEX triplet: 8E, 00 and 39. RGB value is (142,0,57). Sum of RGB (Red+Green+Blue) = 142+0+57=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0039 is #71FFC6. Grayscale: #303030. Windows color (decimal): -7471047 or 3735694. OLE color: 3735694.
HSL color Cylindrical-coordinate representation of color #8E0039: hue angle of 335.92º 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 #8E0039 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.60 | 0.44 |
| HSL | 335.92º | 1% | 0.28% | - |
| HSV(B) | 335.92º | 1% | 0.56% | - |
| XYZ | 11.89 | 6.05 | 4.41 | - |
| YUV | 48.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 57 | 0 | 1 | 0.60 | 0.44 | 335.92 | 1 | 0.28 |
| Hex | 8E | 0 | 39 | 0 | 64 | 3C | 2C | 150 | 64 | 1C |
| Octal | 216 | 0 | 71 | 0 | 144 | 74 | 54 | 520 | 144 | 34 |
| Binary | 10001110 | 0 | 111001 | 0 | 1100100 | 111100 | 101100 | 101010000 | 1100100 | 11100 |
Color Harmonies of #8E0039
Complementary color
Monochromatic Colors of #8E0039
Black with #8E0039
Text Example
Text Example
White with #8E0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0039; }
p { color: rgb(142,0,57); }
H1.HeaderClassName
{
color: #8E0039;
}
.AnyTagClassName
{
color: #8E0039;
}
</style>
background-color css
<style>
a { background-color: #8E0039; }
a { background-color: rgb(142,0,57); }
div.DivClassName
{
background-color: #8E0039;
}
.BgClassName
{
background-color: #8E0039;
}
</style>
border-color css
<style>
span { border-color: #8E0039; }
span { border-color: rgb(142,0,57); }
td.TdClassName
{
border-color: #8E0039;
}
.TagClassName
{
border-color: #8E0039;
}
</style>