Shades of Burgundy #8E013C
Tints of Burgundy #8E013C
RGB
CMYK
RGB Variations
Color information
#8E013C (or 0x8E013C) is known color: Burgundy. HEX triplet: 8E, 01 and 3C. RGB value is (142,1,60). Sum of RGB (Red+Green+Blue) = 142+1+60=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E013C is #71FEC3. Grayscale: #313131. Windows color (decimal): -7470788 or 3932558. OLE color: 3932558.
HSL color Cylindrical-coordinate representation of color #8E013C: hue angle of 334.89º 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 #8E013C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.44 |
| HSL | 334.89º | 0.99% | 0.28% | - |
| HSV(B) | 334.89º | 0.99% | 0.56% | - |
| XYZ | 11.98 | 6.1 | 4.82 | - |
| YUV | 49.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 60 | 0 | 0.99 | 0.58 | 0.44 | 334.89 | 0.99 | 0.28 |
| Hex | 8E | 1 | 3C | 0 | 63 | 3A | 2C | 14F | 63 | 1C |
| Octal | 216 | 1 | 74 | 0 | 143 | 72 | 54 | 517 | 143 | 34 |
| Binary | 10001110 | 1 | 111100 | 0 | 1100011 | 111010 | 101100 | 101001111 | 1100011 | 11100 |
Color Harmonies of #8E013C
Complementary color
Monochromatic Colors of #8E013C
Black with #8E013C
Text Example
Text Example
White with #8E013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E013C; }
p { color: rgb(142,1,60); }
H1.HeaderClassName
{
color: #8E013C;
}
.AnyTagClassName
{
color: #8E013C;
}
</style>
background-color css
<style>
a { background-color: #8E013C; }
a { background-color: rgb(142,1,60); }
div.DivClassName
{
background-color: #8E013C;
}
.BgClassName
{
background-color: #8E013C;
}
</style>
border-color css
<style>
span { border-color: #8E013C; }
span { border-color: rgb(142,1,60); }
td.TdClassName
{
border-color: #8E013C;
}
.TagClassName
{
border-color: #8E013C;
}
</style>