Shades of Burgundy #8E0326
Tints of Burgundy #8E0326
RGB
CMYK
RGB Variations
Color information
#8E0326 (or 0x8E0326) is known color: Burgundy. HEX triplet: 8E, 03 and 26. RGB value is (142,3,38). Sum of RGB (Red+Green+Blue) = 142+3+38=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0326 is #71FCD9. Grayscale: #303030. Windows color (decimal): -7470298 or 2491278. OLE color: 2491278.
HSL color Cylindrical-coordinate representation of color #8E0326: hue angle of 344.89º 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 #8E0326 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.44 |
| HSL | 344.89º | 0.96% | 0.28% | - |
| HSV(B) | 344.89º | 0.98% | 0.56% | - |
| XYZ | 11.54 | 5.96 | 2.38 | - |
| YUV | 48.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 38 | 0 | 0.98 | 0.73 | 0.44 | 344.89 | 0.96 | 0.28 |
| Hex | 8E | 3 | 26 | 0 | 62 | 49 | 2C | 159 | 60 | 1C |
| Octal | 216 | 3 | 46 | 0 | 142 | 111 | 54 | 531 | 140 | 34 |
| Binary | 10001110 | 11 | 100110 | 0 | 1100010 | 1001001 | 101100 | 101011001 | 1100000 | 11100 |
Color Harmonies of #8E0326
Complementary color
Monochromatic Colors of #8E0326
Black with #8E0326
Text Example
Text Example
White with #8E0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0326; }
p { color: rgb(142,3,38); }
H1.HeaderClassName
{
color: #8E0326;
}
.AnyTagClassName
{
color: #8E0326;
}
</style>
background-color css
<style>
a { background-color: #8E0326; }
a { background-color: rgb(142,3,38); }
div.DivClassName
{
background-color: #8E0326;
}
.BgClassName
{
background-color: #8E0326;
}
</style>
border-color css
<style>
span { border-color: #8E0326; }
span { border-color: rgb(142,3,38); }
td.TdClassName
{
border-color: #8E0326;
}
.TagClassName
{
border-color: #8E0326;
}
</style>