Shades of Burgundy #8E112F
Tints of Burgundy #8E112F
RGB
CMYK
RGB Variations
Color information
#8E112F (or 0x8E112F) is known color: Burgundy. HEX triplet: 8E, 11 and 2F. RGB value is (142,17,47). Sum of RGB (Red+Green+Blue) = 142+17+47=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E112F is #71EED0. Grayscale: #393939. Windows color (decimal): -7466705 or 3084686. OLE color: 3084686.
HSL color Cylindrical-coordinate representation of color #8E112F: hue angle of 345.6º 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 #8E112F is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 47 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.44 |
| HSL | 345.6º | 0.79% | 0.31% | - |
| HSV(B) | 345.6º | 0.88% | 0.56% | - |
| XYZ | 11.87 | 6.36 | 3.29 | - |
| YUV | 57.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 47 | 0 | 0.88 | 0.67 | 0.44 | 345.6 | 0.79 | 0.31 |
| Hex | 8E | 11 | 2F | 0 | 58 | 43 | 2C | 15A | 4F | 1F |
| Octal | 216 | 21 | 57 | 0 | 130 | 103 | 54 | 532 | 117 | 37 |
| Binary | 10001110 | 10001 | 101111 | 0 | 1011000 | 1000011 | 101100 | 101011010 | 1001111 | 11111 |
Color Harmonies of #8E112F
Complementary color
Monochromatic Colors of #8E112F
Black with #8E112F
Text Example
Text Example
White with #8E112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E112F; }
p { color: rgb(142,17,47); }
H1.HeaderClassName
{
color: #8E112F;
}
.AnyTagClassName
{
color: #8E112F;
}
</style>
background-color css
<style>
a { background-color: #8E112F; }
a { background-color: rgb(142,17,47); }
div.DivClassName
{
background-color: #8E112F;
}
.BgClassName
{
background-color: #8E112F;
}
</style>
border-color css
<style>
span { border-color: #8E112F; }
span { border-color: rgb(142,17,47); }
td.TdClassName
{
border-color: #8E112F;
}
.TagClassName
{
border-color: #8E112F;
}
</style>