Shades of Burgundy #8E083F
Tints of Burgundy #8E083F
RGB
CMYK
RGB Variations
Color information
#8E083F (or 0x8E083F) is known color: Burgundy. HEX triplet: 8E, 08 and 3F. RGB value is (142,8,63). Sum of RGB (Red+Green+Blue) = 142+8+63=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E083F is #71F7C0. Grayscale: #363636. Windows color (decimal): -7468993 or 4130958. OLE color: 4130958.
HSL color Cylindrical-coordinate representation of color #8E083F: hue angle of 335.37º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E083F is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 63 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.44 |
| HSL | 335.37º | 0.89% | 0.29% | - |
| HSV(B) | 335.37º | 0.94% | 0.56% | - |
| XYZ | 12.14 | 6.28 | 5.28 | - |
| YUV | 54.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 63 | 0 | 0.94 | 0.56 | 0.44 | 335.37 | 0.89 | 0.29 |
| Hex | 8E | 8 | 3F | 0 | 5E | 38 | 2C | 14F | 59 | 1D |
| Octal | 216 | 10 | 77 | 0 | 136 | 70 | 54 | 517 | 131 | 35 |
| Binary | 10001110 | 1000 | 111111 | 0 | 1011110 | 111000 | 101100 | 101001111 | 1011001 | 11101 |
Color Harmonies of #8E083F
Complementary color
Monochromatic Colors of #8E083F
Black with #8E083F
Text Example
Text Example
White with #8E083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E083F; }
p { color: rgb(142,8,63); }
H1.HeaderClassName
{
color: #8E083F;
}
.AnyTagClassName
{
color: #8E083F;
}
</style>
background-color css
<style>
a { background-color: #8E083F; }
a { background-color: rgb(142,8,63); }
div.DivClassName
{
background-color: #8E083F;
}
.BgClassName
{
background-color: #8E083F;
}
</style>
border-color css
<style>
span { border-color: #8E083F; }
span { border-color: rgb(142,8,63); }
td.TdClassName
{
border-color: #8E083F;
}
.TagClassName
{
border-color: #8E083F;
}
</style>