Shades of Burgundy #8E083C
Tints of Burgundy #8E083C
RGB
CMYK
RGB Variations
Color information
#8E083C (or 0x8E083C) is known color: Burgundy. HEX triplet: 8E, 08 and 3C. RGB value is (142,8,60). Sum of RGB (Red+Green+Blue) = 142+8+60=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E083C is #71F7C3. Grayscale: #353535. Windows color (decimal): -7468996 or 3934350. OLE color: 3934350.
HSL color Cylindrical-coordinate representation of color #8E083C: hue angle of 336.72º 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 #8E083C is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 60 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.44 |
| HSL | 336.72º | 0.89% | 0.29% | - |
| HSV(B) | 336.72º | 0.94% | 0.56% | - |
| XYZ | 12.06 | 6.25 | 4.85 | - |
| YUV | 53.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 60 | 0 | 0.94 | 0.58 | 0.44 | 336.72 | 0.89 | 0.29 |
| Hex | 8E | 8 | 3C | 0 | 5E | 3A | 2C | 151 | 59 | 1D |
| Octal | 216 | 10 | 74 | 0 | 136 | 72 | 54 | 521 | 131 | 35 |
| Binary | 10001110 | 1000 | 111100 | 0 | 1011110 | 111010 | 101100 | 101010001 | 1011001 | 11101 |
Color Harmonies of #8E083C
Complementary color
Monochromatic Colors of #8E083C
Black with #8E083C
Text Example
Text Example
White with #8E083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E083C; }
p { color: rgb(142,8,60); }
H1.HeaderClassName
{
color: #8E083C;
}
.AnyTagClassName
{
color: #8E083C;
}
</style>
background-color css
<style>
a { background-color: #8E083C; }
a { background-color: rgb(142,8,60); }
div.DivClassName
{
background-color: #8E083C;
}
.BgClassName
{
background-color: #8E083C;
}
</style>
border-color css
<style>
span { border-color: #8E083C; }
span { border-color: rgb(142,8,60); }
td.TdClassName
{
border-color: #8E083C;
}
.TagClassName
{
border-color: #8E083C;
}
</style>