Shades of Burgundy #8E0B3B
Tints of Burgundy #8E0B3B
RGB
CMYK
RGB Variations
Color information
#8E0B3B (or 0x8E0B3B) is known color: Burgundy. HEX triplet: 8E, 0B and 3B. RGB value is (142,11,59). Sum of RGB (Red+Green+Blue) = 142+11+59=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0B3B is #71F4C4. Grayscale: #373737. Windows color (decimal): -7468229 or 3869582. OLE color: 3869582.
HSL color Cylindrical-coordinate representation of color #8E0B3B: hue angle of 338.02º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0B3B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 11 | 59 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.44 |
| HSL | 338.02º | 0.86% | 0.3% | - |
| HSV(B) | 338.02º | 0.92% | 0.56% | - |
| XYZ | 12.06 | 6.31 | 4.72 | - |
| YUV | 55.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 59 | 0 | 0.92 | 0.58 | 0.44 | 338.02 | 0.86 | 0.3 |
| Hex | 8E | B | 3B | 0 | 5C | 3A | 2C | 152 | 56 | 1E |
| Octal | 216 | 13 | 73 | 0 | 134 | 72 | 54 | 522 | 126 | 36 |
| Binary | 10001110 | 1011 | 111011 | 0 | 1011100 | 111010 | 101100 | 101010010 | 1010110 | 11110 |
Color Harmonies of #8E0B3B
Complementary color
Monochromatic Colors of #8E0B3B
Black with #8E0B3B
Text Example
Text Example
White with #8E0B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B3B; }
p { color: rgb(142,11,59); }
H1.HeaderClassName
{
color: #8E0B3B;
}
.AnyTagClassName
{
color: #8E0B3B;
}
</style>
background-color css
<style>
a { background-color: #8E0B3B; }
a { background-color: rgb(142,11,59); }
div.DivClassName
{
background-color: #8E0B3B;
}
.BgClassName
{
background-color: #8E0B3B;
}
</style>
border-color css
<style>
span { border-color: #8E0B3B; }
span { border-color: rgb(142,11,59); }
td.TdClassName
{
border-color: #8E0B3B;
}
.TagClassName
{
border-color: #8E0B3B;
}
</style>