Shades of Burgundy #8E012B
Tints of Burgundy #8E012B
RGB
CMYK
RGB Variations
Color information
#8E012B (or 0x8E012B) is known color: Burgundy. HEX triplet: 8E, 01 and 2B. RGB value is (142,1,43). Sum of RGB (Red+Green+Blue) = 142+1+43=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E012B is #71FED4. Grayscale: #2F2F2F. Windows color (decimal): -7470805 or 2818446. OLE color: 2818446.
HSL color Cylindrical-coordinate representation of color #8E012B: hue angle of 342.13º 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 #8E012B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.44 |
| HSL | 342.13º | 0.99% | 0.28% | - |
| HSV(B) | 342.13º | 0.99% | 0.56% | - |
| XYZ | 11.6 | 5.95 | 2.82 | - |
| YUV | 47.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 43 | 0 | 0.99 | 0.70 | 0.44 | 342.13 | 0.99 | 0.28 |
| Hex | 8E | 1 | 2B | 0 | 63 | 46 | 2C | 156 | 63 | 1C |
| Octal | 216 | 1 | 53 | 0 | 143 | 106 | 54 | 526 | 143 | 34 |
| Binary | 10001110 | 1 | 101011 | 0 | 1100011 | 1000110 | 101100 | 101010110 | 1100011 | 11100 |
Color Harmonies of #8E012B
Complementary color
Monochromatic Colors of #8E012B
Black with #8E012B
Text Example
Text Example
White with #8E012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E012B; }
p { color: rgb(142,1,43); }
H1.HeaderClassName
{
color: #8E012B;
}
.AnyTagClassName
{
color: #8E012B;
}
</style>
background-color css
<style>
a { background-color: #8E012B; }
a { background-color: rgb(142,1,43); }
div.DivClassName
{
background-color: #8E012B;
}
.BgClassName
{
background-color: #8E012B;
}
</style>
border-color css
<style>
span { border-color: #8E012B; }
span { border-color: rgb(142,1,43); }
td.TdClassName
{
border-color: #8E012B;
}
.TagClassName
{
border-color: #8E012B;
}
</style>