Shades of Burgundy #8E032B
Tints of Burgundy #8E032B
RGB
CMYK
RGB Variations
Color information
#8E032B (or 0x8E032B) is known color: Burgundy. HEX triplet: 8E, 03 and 2B. RGB value is (142,3,43). Sum of RGB (Red+Green+Blue) = 142+3+43=188 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.53% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 142 - color contains mainly: red. Hex color #8E032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E032B is #71FCD4. Grayscale: #313131. Windows color (decimal): -7470293 or 2818958. OLE color: 2818958.
HSL color Cylindrical-coordinate representation of color #8E032B: hue angle of 342.73º 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 #8E032B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.44 |
| HSL | 342.73º | 0.96% | 0.28% | - |
| HSV(B) | 342.73º | 0.98% | 0.56% | - |
| XYZ | 11.62 | 5.99 | 2.83 | - |
| YUV | 49.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 43 | 0 | 0.98 | 0.70 | 0.44 | 342.73 | 0.96 | 0.28 |
| Hex | 8E | 3 | 2B | 0 | 62 | 46 | 2C | 157 | 60 | 1C |
| Octal | 216 | 3 | 53 | 0 | 142 | 106 | 54 | 527 | 140 | 34 |
| Binary | 10001110 | 11 | 101011 | 0 | 1100010 | 1000110 | 101100 | 101010111 | 1100000 | 11100 |
Color Harmonies of #8E032B
Complementary color
Monochromatic Colors of #8E032B
Black with #8E032B
Text Example
Text Example
White with #8E032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E032B; }
p { color: rgb(142,3,43); }
H1.HeaderClassName
{
color: #8E032B;
}
.AnyTagClassName
{
color: #8E032B;
}
</style>
background-color css
<style>
a { background-color: #8E032B; }
a { background-color: rgb(142,3,43); }
div.DivClassName
{
background-color: #8E032B;
}
.BgClassName
{
background-color: #8E032B;
}
</style>
border-color css
<style>
span { border-color: #8E032B; }
span { border-color: rgb(142,3,43); }
td.TdClassName
{
border-color: #8E032B;
}
.TagClassName
{
border-color: #8E032B;
}
</style>