Shades of Burgundy #8C053A
Tints of Burgundy #8C053A
RGB
CMYK
RGB Variations
Color information
#8C053A (or 0x8C053A) is known color: Burgundy. HEX triplet: 8C, 05 and 3A. RGB value is (140,5,58). Sum of RGB (Red+Green+Blue) = 140+5+58=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C053A is #73FAC5. Grayscale: #333333. Windows color (decimal): -7600838 or 3802508. OLE color: 3802508.
HSL color Cylindrical-coordinate representation of color #8C053A: hue angle of 336.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C053A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 58 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.45 |
| HSL | 336.44º | 0.93% | 0.28% | - |
| HSV(B) | 336.44º | 0.96% | 0.55% | - |
| XYZ | 11.63 | 5.99 | 4.55 | - |
| YUV | 51.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 58 | 0 | 0.96 | 0.59 | 0.45 | 336.44 | 0.93 | 0.28 |
| Hex | 8C | 5 | 3A | 0 | 60 | 3B | 2D | 150 | 5D | 1C |
| Octal | 214 | 5 | 72 | 0 | 140 | 73 | 55 | 520 | 135 | 34 |
| Binary | 10001100 | 101 | 111010 | 0 | 1100000 | 111011 | 101101 | 101010000 | 1011101 | 11100 |
Color Harmonies of #8C053A
Complementary color
Monochromatic Colors of #8C053A
Black with #8C053A
Text Example
Text Example
White with #8C053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C053A; }
p { color: rgb(140,5,58); }
H1.HeaderClassName
{
color: #8C053A;
}
.AnyTagClassName
{
color: #8C053A;
}
</style>
background-color css
<style>
a { background-color: #8C053A; }
a { background-color: rgb(140,5,58); }
div.DivClassName
{
background-color: #8C053A;
}
.BgClassName
{
background-color: #8C053A;
}
</style>
border-color css
<style>
span { border-color: #8C053A; }
span { border-color: rgb(140,5,58); }
td.TdClassName
{
border-color: #8C053A;
}
.TagClassName
{
border-color: #8C053A;
}
</style>