Shades of Burgundy #8E023F
Tints of Burgundy #8E023F
RGB
CMYK
RGB Variations
Color information
#8E023F (or 0x8E023F) is known color: Burgundy. HEX triplet: 8E, 02 and 3F. RGB value is (142,2,63). Sum of RGB (Red+Green+Blue) = 142+2+63=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E023F is #71FDC0. Grayscale: #323232. Windows color (decimal): -7470529 or 4129422. OLE color: 4129422.
HSL color Cylindrical-coordinate representation of color #8E023F: hue angle of 333.86º 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 #8E023F is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.44 |
| HSL | 333.86º | 0.97% | 0.28% | - |
| HSV(B) | 333.86º | 0.99% | 0.56% | - |
| XYZ | 12.07 | 6.15 | 5.25 | - |
| YUV | 50.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 63 | 0 | 0.99 | 0.56 | 0.44 | 333.86 | 0.97 | 0.28 |
| Hex | 8E | 2 | 3F | 0 | 63 | 38 | 2C | 14E | 61 | 1C |
| Octal | 216 | 2 | 77 | 0 | 143 | 70 | 54 | 516 | 141 | 34 |
| Binary | 10001110 | 10 | 111111 | 0 | 1100011 | 111000 | 101100 | 101001110 | 1100001 | 11100 |
Color Harmonies of #8E023F
Complementary color
Monochromatic Colors of #8E023F
Black with #8E023F
Text Example
Text Example
White with #8E023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E023F; }
p { color: rgb(142,2,63); }
H1.HeaderClassName
{
color: #8E023F;
}
.AnyTagClassName
{
color: #8E023F;
}
</style>
background-color css
<style>
a { background-color: #8E023F; }
a { background-color: rgb(142,2,63); }
div.DivClassName
{
background-color: #8E023F;
}
.BgClassName
{
background-color: #8E023F;
}
</style>
border-color css
<style>
span { border-color: #8E023F; }
span { border-color: rgb(142,2,63); }
td.TdClassName
{
border-color: #8E023F;
}
.TagClassName
{
border-color: #8E023F;
}
</style>