Shades of Burgundy #8E012C
Tints of Burgundy #8E012C
RGB
CMYK
RGB Variations
Color information
#8E012C (or 0x8E012C) is known color: Burgundy. HEX triplet: 8E, 01 and 2C. RGB value is (142,1,44). Sum of RGB (Red+Green+Blue) = 142+1+44=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E012C is #71FED3. Grayscale: #303030. Windows color (decimal): -7470804 or 2883982. OLE color: 2883982.
HSL color Cylindrical-coordinate representation of color #8E012C: hue angle of 341.7º 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 #8E012C is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.44 |
| HSL | 341.7º | 0.99% | 0.28% | - |
| HSV(B) | 341.7º | 0.99% | 0.56% | - |
| XYZ | 11.62 | 5.95 | 2.92 | - |
| YUV | 48.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 44 | 0 | 0.99 | 0.69 | 0.44 | 341.7 | 0.99 | 0.28 |
| Hex | 8E | 1 | 2C | 0 | 63 | 45 | 2C | 156 | 63 | 1C |
| Octal | 216 | 1 | 54 | 0 | 143 | 105 | 54 | 526 | 143 | 34 |
| Binary | 10001110 | 1 | 101100 | 0 | 1100011 | 1000101 | 101100 | 101010110 | 1100011 | 11100 |
Color Harmonies of #8E012C
Complementary color
Monochromatic Colors of #8E012C
Black with #8E012C
Text Example
Text Example
White with #8E012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E012C; }
p { color: rgb(142,1,44); }
H1.HeaderClassName
{
color: #8E012C;
}
.AnyTagClassName
{
color: #8E012C;
}
</style>
background-color css
<style>
a { background-color: #8E012C; }
a { background-color: rgb(142,1,44); }
div.DivClassName
{
background-color: #8E012C;
}
.BgClassName
{
background-color: #8E012C;
}
</style>
border-color css
<style>
span { border-color: #8E012C; }
span { border-color: rgb(142,1,44); }
td.TdClassName
{
border-color: #8E012C;
}
.TagClassName
{
border-color: #8E012C;
}
</style>