Shades of Burgundy #8E003E
Tints of Burgundy #8E003E
RGB
CMYK
RGB Variations
Color information
#8E003E (or 0x8E003E) is known color: Burgundy. HEX triplet: 8E, 00 and 3E. RGB value is (142,0,62). Sum of RGB (Red+Green+Blue) = 142+0+62=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E003E is #71FFC1. Grayscale: #313131. Windows color (decimal): -7471042 or 4063374. OLE color: 4063374.
HSL color Cylindrical-coordinate representation of color #8E003E: hue angle of 333.8º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E003E is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.56 | 0.44 |
| HSL | 333.8º | 1% | 0.28% | - |
| HSV(B) | 333.8º | 1% | 0.56% | - |
| XYZ | 12.02 | 6.1 | 5.1 | - |
| YUV | 49.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 62 | 0 | 1 | 0.56 | 0.44 | 333.8 | 1 | 0.28 |
| Hex | 8E | 0 | 3E | 0 | 64 | 38 | 2C | 14E | 64 | 1C |
| Octal | 216 | 0 | 76 | 0 | 144 | 70 | 54 | 516 | 144 | 34 |
| Binary | 10001110 | 0 | 111110 | 0 | 1100100 | 111000 | 101100 | 101001110 | 1100100 | 11100 |
Color Harmonies of #8E003E
Complementary color
Monochromatic Colors of #8E003E
Black with #8E003E
Text Example
Text Example
White with #8E003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E003E; }
p { color: rgb(142,0,62); }
H1.HeaderClassName
{
color: #8E003E;
}
.AnyTagClassName
{
color: #8E003E;
}
</style>
background-color css
<style>
a { background-color: #8E003E; }
a { background-color: rgb(142,0,62); }
div.DivClassName
{
background-color: #8E003E;
}
.BgClassName
{
background-color: #8E003E;
}
</style>
border-color css
<style>
span { border-color: #8E003E; }
span { border-color: rgb(142,0,62); }
td.TdClassName
{
border-color: #8E003E;
}
.TagClassName
{
border-color: #8E003E;
}
</style>