Shades of Burgundy #8E082D
Tints of Burgundy #8E082D
RGB
CMYK
RGB Variations
Color information
#8E082D (or 0x8E082D) is known color: Burgundy. HEX triplet: 8E, 08 and 2D. RGB value is (142,8,45). Sum of RGB (Red+Green+Blue) = 142+8+45=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E082D is #71F7D2. Grayscale: #343434. Windows color (decimal): -7469011 or 2951310. OLE color: 2951310.
HSL color Cylindrical-coordinate representation of color #8E082D: hue angle of 343.43º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E082D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 45 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.44 |
| HSL | 343.43º | 0.89% | 0.29% | - |
| HSV(B) | 343.43º | 0.94% | 0.56% | - |
| XYZ | 11.72 | 6.11 | 3.05 | - |
| YUV | 52.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 45 | 0 | 0.94 | 0.68 | 0.44 | 343.43 | 0.89 | 0.29 |
| Hex | 8E | 8 | 2D | 0 | 5E | 44 | 2C | 157 | 59 | 1D |
| Octal | 216 | 10 | 55 | 0 | 136 | 104 | 54 | 527 | 131 | 35 |
| Binary | 10001110 | 1000 | 101101 | 0 | 1011110 | 1000100 | 101100 | 101010111 | 1011001 | 11101 |
Color Harmonies of #8E082D
Complementary color
Monochromatic Colors of #8E082D
Black with #8E082D
Text Example
Text Example
White with #8E082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E082D; }
p { color: rgb(142,8,45); }
H1.HeaderClassName
{
color: #8E082D;
}
.AnyTagClassName
{
color: #8E082D;
}
</style>
background-color css
<style>
a { background-color: #8E082D; }
a { background-color: rgb(142,8,45); }
div.DivClassName
{
background-color: #8E082D;
}
.BgClassName
{
background-color: #8E082D;
}
</style>
border-color css
<style>
span { border-color: #8E082D; }
span { border-color: rgb(142,8,45); }
td.TdClassName
{
border-color: #8E082D;
}
.TagClassName
{
border-color: #8E082D;
}
</style>