Shades of Burgundy #8E023C
Tints of Burgundy #8E023C
RGB
CMYK
RGB Variations
Color information
#8E023C (or 0x8E023C) is known color: Burgundy. HEX triplet: 8E, 02 and 3C. RGB value is (142,2,60). Sum of RGB (Red+Green+Blue) = 142+2+60=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E023C is #71FDC3. Grayscale: #323232. Windows color (decimal): -7470532 or 3932814. OLE color: 3932814.
HSL color Cylindrical-coordinate representation of color #8E023C: hue angle of 335.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E023C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.44 |
| HSL | 335.14º | 0.97% | 0.28% | - |
| HSV(B) | 335.14º | 0.99% | 0.56% | - |
| XYZ | 11.99 | 6.12 | 4.82 | - |
| YUV | 50.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 60 | 0 | 0.99 | 0.58 | 0.44 | 335.14 | 0.97 | 0.28 |
| Hex | 8E | 2 | 3C | 0 | 63 | 3A | 2C | 14F | 61 | 1C |
| Octal | 216 | 2 | 74 | 0 | 143 | 72 | 54 | 517 | 141 | 34 |
| Binary | 10001110 | 10 | 111100 | 0 | 1100011 | 111010 | 101100 | 101001111 | 1100001 | 11100 |
Color Harmonies of #8E023C
Complementary color
Monochromatic Colors of #8E023C
Black with #8E023C
Text Example
Text Example
White with #8E023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E023C; }
p { color: rgb(142,2,60); }
H1.HeaderClassName
{
color: #8E023C;
}
.AnyTagClassName
{
color: #8E023C;
}
</style>
background-color css
<style>
a { background-color: #8E023C; }
a { background-color: rgb(142,2,60); }
div.DivClassName
{
background-color: #8E023C;
}
.BgClassName
{
background-color: #8E023C;
}
</style>
border-color css
<style>
span { border-color: #8E023C; }
span { border-color: rgb(142,2,60); }
td.TdClassName
{
border-color: #8E023C;
}
.TagClassName
{
border-color: #8E023C;
}
</style>