Shades of Burgundy #8E032D
Tints of Burgundy #8E032D
RGB
CMYK
RGB Variations
Color information
#8E032D (or 0x8E032D) is known color: Burgundy. HEX triplet: 8E, 03 and 2D. RGB value is (142,3,45). Sum of RGB (Red+Green+Blue) = 142+3+45=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E032D is #71FCD2. Grayscale: #313131. Windows color (decimal): -7470291 or 2950030. OLE color: 2950030.
HSL color Cylindrical-coordinate representation of color #8E032D: hue angle of 341.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E032D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.44 |
| HSL | 341.87º | 0.96% | 0.28% | - |
| HSV(B) | 341.87º | 0.98% | 0.56% | - |
| XYZ | 11.66 | 6.01 | 3.03 | - |
| YUV | 49.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 45 | 0 | 0.98 | 0.68 | 0.44 | 341.87 | 0.96 | 0.28 |
| Hex | 8E | 3 | 2D | 0 | 62 | 44 | 2C | 156 | 60 | 1C |
| Octal | 216 | 3 | 55 | 0 | 142 | 104 | 54 | 526 | 140 | 34 |
| Binary | 10001110 | 11 | 101101 | 0 | 1100010 | 1000100 | 101100 | 101010110 | 1100000 | 11100 |
Color Harmonies of #8E032D
Complementary color
Monochromatic Colors of #8E032D
Black with #8E032D
Text Example
Text Example
White with #8E032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E032D; }
p { color: rgb(142,3,45); }
H1.HeaderClassName
{
color: #8E032D;
}
.AnyTagClassName
{
color: #8E032D;
}
</style>
background-color css
<style>
a { background-color: #8E032D; }
a { background-color: rgb(142,3,45); }
div.DivClassName
{
background-color: #8E032D;
}
.BgClassName
{
background-color: #8E032D;
}
</style>
border-color css
<style>
span { border-color: #8E032D; }
span { border-color: rgb(142,3,45); }
td.TdClassName
{
border-color: #8E032D;
}
.TagClassName
{
border-color: #8E032D;
}
</style>