Shades of Burgundy #8E0F38
Tints of Burgundy #8E0F38
RGB
CMYK
RGB Variations
Color information
#8E0F38 (or 0x8E0F38) is known color: Burgundy. HEX triplet: 8E, 0F and 38. RGB value is (142,15,56). Sum of RGB (Red+Green+Blue) = 142+15+56=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0F38 is #71F0C7. Grayscale: #393939. Windows color (decimal): -7467208 or 3673998. OLE color: 3673998.
HSL color Cylindrical-coordinate representation of color #8E0F38: hue angle of 340.63º 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 #8E0F38 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 15 | 56 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.44 |
| HSL | 340.63º | 0.81% | 0.31% | - |
| HSV(B) | 340.63º | 0.89% | 0.56% | - |
| XYZ | 12.04 | 6.38 | 4.34 | - |
| YUV | 57.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 15 | 56 | 0 | 0.89 | 0.61 | 0.44 | 340.63 | 0.81 | 0.31 |
| Hex | 8E | F | 38 | 0 | 59 | 3D | 2C | 155 | 51 | 1F |
| Octal | 216 | 17 | 70 | 0 | 131 | 75 | 54 | 525 | 121 | 37 |
| Binary | 10001110 | 1111 | 111000 | 0 | 1011001 | 111101 | 101100 | 101010101 | 1010001 | 11111 |
Color Harmonies of #8E0F38
Complementary color
Monochromatic Colors of #8E0F38
Black with #8E0F38
Text Example
Text Example
White with #8E0F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0F38; }
p { color: rgb(142,15,56); }
H1.HeaderClassName
{
color: #8E0F38;
}
.AnyTagClassName
{
color: #8E0F38;
}
</style>
background-color css
<style>
a { background-color: #8E0F38; }
a { background-color: rgb(142,15,56); }
div.DivClassName
{
background-color: #8E0F38;
}
.BgClassName
{
background-color: #8E0F38;
}
</style>
border-color css
<style>
span { border-color: #8E0F38; }
span { border-color: rgb(142,15,56); }
td.TdClassName
{
border-color: #8E0F38;
}
.TagClassName
{
border-color: #8E0F38;
}
</style>