Shades of Burgundy #8E0F2F
Tints of Burgundy #8E0F2F
RGB
CMYK
RGB Variations
Color information
#8E0F2F (or 0x8E0F2F) is known color: Burgundy. HEX triplet: 8E, 0F and 2F. RGB value is (142,15,47). Sum of RGB (Red+Green+Blue) = 142+15+47=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0F2F is #71F0D0. Grayscale: #383838. Windows color (decimal): -7467217 or 3084174. OLE color: 3084174.
HSL color Cylindrical-coordinate representation of color #8E0F2F: hue angle of 344.88º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F2F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 15 | 47 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.44 |
| HSL | 344.88º | 0.81% | 0.31% | - |
| HSV(B) | 344.88º | 0.89% | 0.56% | - |
| XYZ | 11.84 | 6.3 | 3.28 | - |
| YUV | 56.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 15 | 47 | 0 | 0.89 | 0.67 | 0.44 | 344.88 | 0.81 | 0.31 |
| Hex | 8E | F | 2F | 0 | 59 | 43 | 2C | 159 | 51 | 1F |
| Octal | 216 | 17 | 57 | 0 | 131 | 103 | 54 | 531 | 121 | 37 |
| Binary | 10001110 | 1111 | 101111 | 0 | 1011001 | 1000011 | 101100 | 101011001 | 1010001 | 11111 |
Color Harmonies of #8E0F2F
Complementary color
Monochromatic Colors of #8E0F2F
Black with #8E0F2F
Text Example
Text Example
White with #8E0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0F2F; }
p { color: rgb(142,15,47); }
H1.HeaderClassName
{
color: #8E0F2F;
}
.AnyTagClassName
{
color: #8E0F2F;
}
</style>
background-color css
<style>
a { background-color: #8E0F2F; }
a { background-color: rgb(142,15,47); }
div.DivClassName
{
background-color: #8E0F2F;
}
.BgClassName
{
background-color: #8E0F2F;
}
</style>
border-color css
<style>
span { border-color: #8E0F2F; }
span { border-color: rgb(142,15,47); }
td.TdClassName
{
border-color: #8E0F2F;
}
.TagClassName
{
border-color: #8E0F2F;
}
</style>