Shades of Burgundy #8E0D26
Tints of Burgundy #8E0D26
RGB
CMYK
RGB Variations
Color information
#8E0D26 (or 0x8E0D26) is known color: Burgundy. HEX triplet: 8E, 0D and 26. RGB value is (142,13,38). Sum of RGB (Red+Green+Blue) = 142+13+38=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D26 is #71F2D9. Grayscale: #363636. Windows color (decimal): -7467738 or 2493838. OLE color: 2493838.
HSL color Cylindrical-coordinate representation of color #8E0D26: hue angle of 348.37º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D26 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 38 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.44 |
| HSL | 348.37º | 0.83% | 0.3% | - |
| HSV(B) | 348.37º | 0.91% | 0.56% | - |
| XYZ | 11.65 | 6.18 | 2.41 | - |
| YUV | 54.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 38 | 0 | 0.91 | 0.73 | 0.44 | 348.37 | 0.83 | 0.3 |
| Hex | 8E | D | 26 | 0 | 5B | 49 | 2C | 15C | 53 | 1E |
| Octal | 216 | 15 | 46 | 0 | 133 | 111 | 54 | 534 | 123 | 36 |
| Binary | 10001110 | 1101 | 100110 | 0 | 1011011 | 1001001 | 101100 | 101011100 | 1010011 | 11110 |
Color Harmonies of #8E0D26
Complementary color
Monochromatic Colors of #8E0D26
Black with #8E0D26
Text Example
Text Example
White with #8E0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D26; }
p { color: rgb(142,13,38); }
H1.HeaderClassName
{
color: #8E0D26;
}
.AnyTagClassName
{
color: #8E0D26;
}
</style>
background-color css
<style>
a { background-color: #8E0D26; }
a { background-color: rgb(142,13,38); }
div.DivClassName
{
background-color: #8E0D26;
}
.BgClassName
{
background-color: #8E0D26;
}
</style>
border-color css
<style>
span { border-color: #8E0D26; }
span { border-color: rgb(142,13,38); }
td.TdClassName
{
border-color: #8E0D26;
}
.TagClassName
{
border-color: #8E0D26;
}
</style>