Shades of Burgundy #8E0124
Tints of Burgundy #8E0124
RGB
CMYK
RGB Variations
Color information
#8E0124 (or 0x8E0124) is known color: Burgundy. HEX triplet: 8E, 01 and 24. RGB value is (142,1,36). Sum of RGB (Red+Green+Blue) = 142+1+36=179 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.33% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0124 is #71FEDB. Grayscale: #2F2F2F. Windows color (decimal): -7470812 or 2359694. OLE color: 2359694.
HSL color Cylindrical-coordinate representation of color #8E0124: hue angle of 345.11º 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 #8E0124 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.44 |
| HSL | 345.11º | 0.99% | 0.28% | - |
| HSV(B) | 345.11º | 0.99% | 0.56% | - |
| XYZ | 11.48 | 5.9 | 2.2 | - |
| YUV | 47.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 36 | 0 | 0.99 | 0.75 | 0.44 | 345.11 | 0.99 | 0.28 |
| Hex | 8E | 1 | 24 | 0 | 63 | 4B | 2C | 159 | 63 | 1C |
| Octal | 216 | 1 | 44 | 0 | 143 | 113 | 54 | 531 | 143 | 34 |
| Binary | 10001110 | 1 | 100100 | 0 | 1100011 | 1001011 | 101100 | 101011001 | 1100011 | 11100 |
Color Harmonies of #8E0124
Complementary color
Monochromatic Colors of #8E0124
Black with #8E0124
Text Example
Text Example
White with #8E0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0124; }
p { color: rgb(142,1,36); }
H1.HeaderClassName
{
color: #8E0124;
}
.AnyTagClassName
{
color: #8E0124;
}
</style>
background-color css
<style>
a { background-color: #8E0124; }
a { background-color: rgb(142,1,36); }
div.DivClassName
{
background-color: #8E0124;
}
.BgClassName
{
background-color: #8E0124;
}
</style>
border-color css
<style>
span { border-color: #8E0124; }
span { border-color: rgb(142,1,36); }
td.TdClassName
{
border-color: #8E0124;
}
.TagClassName
{
border-color: #8E0124;
}
</style>