Shades of Burgundy #8E112A
Tints of Burgundy #8E112A
RGB
CMYK
RGB Variations
Color information
#8E112A (or 0x8E112A) is known color: Burgundy. HEX triplet: 8E, 11 and 2A. RGB value is (142,17,42). Sum of RGB (Red+Green+Blue) = 142+17+42=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E112A is #71EED5. Grayscale: #393939. Windows color (decimal): -7466710 or 2757006. OLE color: 2757006.
HSL color Cylindrical-coordinate representation of color #8E112A: hue angle of 348º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E112A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 42 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.44 |
| HSL | 348º | 0.79% | 0.31% | - |
| HSV(B) | 348º | 0.88% | 0.56% | - |
| XYZ | 11.77 | 6.32 | 2.79 | - |
| YUV | 57.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 42 | 0 | 0.88 | 0.70 | 0.44 | 348 | 0.79 | 0.31 |
| Hex | 8E | 11 | 2A | 0 | 58 | 46 | 2C | 15C | 4F | 1F |
| Octal | 216 | 21 | 52 | 0 | 130 | 106 | 54 | 534 | 117 | 37 |
| Binary | 10001110 | 10001 | 101010 | 0 | 1011000 | 1000110 | 101100 | 101011100 | 1001111 | 11111 |
Color Harmonies of #8E112A
Complementary color
Monochromatic Colors of #8E112A
Black with #8E112A
Text Example
Text Example
White with #8E112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E112A; }
p { color: rgb(142,17,42); }
H1.HeaderClassName
{
color: #8E112A;
}
.AnyTagClassName
{
color: #8E112A;
}
</style>
background-color css
<style>
a { background-color: #8E112A; }
a { background-color: rgb(142,17,42); }
div.DivClassName
{
background-color: #8E112A;
}
.BgClassName
{
background-color: #8E112A;
}
</style>
border-color css
<style>
span { border-color: #8E112A; }
span { border-color: rgb(142,17,42); }
td.TdClassName
{
border-color: #8E112A;
}
.TagClassName
{
border-color: #8E112A;
}
</style>