Shades of Burgundy #8E013F
Tints of Burgundy #8E013F
RGB
CMYK
RGB Variations
Color information
#8E013F (or 0x8E013F) is known color: Burgundy. HEX triplet: 8E, 01 and 3F. RGB value is (142,1,63). Sum of RGB (Red+Green+Blue) = 142+1+63=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E013F is #71FEC0. Grayscale: #323232. Windows color (decimal): -7470785 or 4129166. OLE color: 4129166.
HSL color Cylindrical-coordinate representation of color #8E013F: hue angle of 333.62º degrees, saturation: 0.99, 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 #8E013F is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.44 |
| HSL | 333.62º | 0.99% | 0.28% | - |
| HSV(B) | 333.62º | 0.99% | 0.56% | - |
| XYZ | 12.06 | 6.13 | 5.25 | - |
| YUV | 50.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 63 | 0 | 0.99 | 0.56 | 0.44 | 333.62 | 0.99 | 0.28 |
| Hex | 8E | 1 | 3F | 0 | 63 | 38 | 2C | 14E | 63 | 1C |
| Octal | 216 | 1 | 77 | 0 | 143 | 70 | 54 | 516 | 143 | 34 |
| Binary | 10001110 | 1 | 111111 | 0 | 1100011 | 111000 | 101100 | 101001110 | 1100011 | 11100 |
Color Harmonies of #8E013F
Complementary color
Monochromatic Colors of #8E013F
Black with #8E013F
Text Example
Text Example
White with #8E013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E013F; }
p { color: rgb(142,1,63); }
H1.HeaderClassName
{
color: #8E013F;
}
.AnyTagClassName
{
color: #8E013F;
}
</style>
background-color css
<style>
a { background-color: #8E013F; }
a { background-color: rgb(142,1,63); }
div.DivClassName
{
background-color: #8E013F;
}
.BgClassName
{
background-color: #8E013F;
}
</style>
border-color css
<style>
span { border-color: #8E013F; }
span { border-color: rgb(142,1,63); }
td.TdClassName
{
border-color: #8E013F;
}
.TagClassName
{
border-color: #8E013F;
}
</style>