Shades of Burgundy #8E012F
Tints of Burgundy #8E012F
RGB
CMYK
RGB Variations
Color information
#8E012F (or 0x8E012F) is known color: Burgundy. HEX triplet: 8E, 01 and 2F. RGB value is (142,1,47). Sum of RGB (Red+Green+Blue) = 142+1+47=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E012F is #71FED0. Grayscale: #303030. Windows color (decimal): -7470801 or 3080590. OLE color: 3080590.
HSL color Cylindrical-coordinate representation of color #8E012F: hue angle of 340.43º 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 #8E012F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.44 |
| HSL | 340.43º | 0.99% | 0.28% | - |
| HSV(B) | 340.43º | 0.99% | 0.56% | - |
| XYZ | 11.68 | 5.98 | 3.23 | - |
| YUV | 48.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 47 | 0 | 0.99 | 0.67 | 0.44 | 340.43 | 0.99 | 0.28 |
| Hex | 8E | 1 | 2F | 0 | 63 | 43 | 2C | 154 | 63 | 1C |
| Octal | 216 | 1 | 57 | 0 | 143 | 103 | 54 | 524 | 143 | 34 |
| Binary | 10001110 | 1 | 101111 | 0 | 1100011 | 1000011 | 101100 | 101010100 | 1100011 | 11100 |
Color Harmonies of #8E012F
Complementary color
Monochromatic Colors of #8E012F
Black with #8E012F
Text Example
Text Example
White with #8E012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E012F; }
p { color: rgb(142,1,47); }
H1.HeaderClassName
{
color: #8E012F;
}
.AnyTagClassName
{
color: #8E012F;
}
</style>
background-color css
<style>
a { background-color: #8E012F; }
a { background-color: rgb(142,1,47); }
div.DivClassName
{
background-color: #8E012F;
}
.BgClassName
{
background-color: #8E012F;
}
</style>
border-color css
<style>
span { border-color: #8E012F; }
span { border-color: rgb(142,1,47); }
td.TdClassName
{
border-color: #8E012F;
}
.TagClassName
{
border-color: #8E012F;
}
</style>