Shades of Burgundy #8E033F
Tints of Burgundy #8E033F
RGB
CMYK
RGB Variations
Color information
#8E033F (or 0x8E033F) is known color: Burgundy. HEX triplet: 8E, 03 and 3F. RGB value is (142,3,63). Sum of RGB (Red+Green+Blue) = 142+3+63=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E033F is #71FCC0. Grayscale: #333333. Windows color (decimal): -7470273 or 4129678. OLE color: 4129678.
HSL color Cylindrical-coordinate representation of color #8E033F: hue angle of 334.1º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E033F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.44 |
| HSL | 334.1º | 0.96% | 0.28% | - |
| HSV(B) | 334.1º | 0.98% | 0.56% | - |
| XYZ | 12.09 | 6.17 | 5.26 | - |
| YUV | 51.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 63 | 0 | 0.98 | 0.56 | 0.44 | 334.1 | 0.96 | 0.28 |
| Hex | 8E | 3 | 3F | 0 | 62 | 38 | 2C | 14E | 60 | 1C |
| Octal | 216 | 3 | 77 | 0 | 142 | 70 | 54 | 516 | 140 | 34 |
| Binary | 10001110 | 11 | 111111 | 0 | 1100010 | 111000 | 101100 | 101001110 | 1100000 | 11100 |
Color Harmonies of #8E033F
Complementary color
Monochromatic Colors of #8E033F
Black with #8E033F
Text Example
Text Example
White with #8E033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E033F; }
p { color: rgb(142,3,63); }
H1.HeaderClassName
{
color: #8E033F;
}
.AnyTagClassName
{
color: #8E033F;
}
</style>
background-color css
<style>
a { background-color: #8E033F; }
a { background-color: rgb(142,3,63); }
div.DivClassName
{
background-color: #8E033F;
}
.BgClassName
{
background-color: #8E033F;
}
</style>
border-color css
<style>
span { border-color: #8E033F; }
span { border-color: rgb(142,3,63); }
td.TdClassName
{
border-color: #8E033F;
}
.TagClassName
{
border-color: #8E033F;
}
</style>