Shades of Burgundy #8C043A
Tints of Burgundy #8C043A
RGB
CMYK
RGB Variations
Color information
#8C043A (or 0x8C043A) is known color: Burgundy. HEX triplet: 8C, 04 and 3A. RGB value is (140,4,58). Sum of RGB (Red+Green+Blue) = 140+4+58=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C043A is #73FBC5. Grayscale: #323232. Windows color (decimal): -7601094 or 3802252. OLE color: 3802252.
HSL color Cylindrical-coordinate representation of color #8C043A: hue angle of 336.18º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C043A is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 58 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.45 |
| HSL | 336.18º | 0.94% | 0.28% | - |
| HSV(B) | 336.18º | 0.97% | 0.55% | - |
| XYZ | 11.62 | 5.97 | 4.54 | - |
| YUV | 50.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 58 | 0 | 0.97 | 0.59 | 0.45 | 336.18 | 0.94 | 0.28 |
| Hex | 8C | 4 | 3A | 0 | 61 | 3B | 2D | 150 | 5E | 1C |
| Octal | 214 | 4 | 72 | 0 | 141 | 73 | 55 | 520 | 136 | 34 |
| Binary | 10001100 | 100 | 111010 | 0 | 1100001 | 111011 | 101101 | 101010000 | 1011110 | 11100 |
Color Harmonies of #8C043A
Complementary color
Monochromatic Colors of #8C043A
Black with #8C043A
Text Example
Text Example
White with #8C043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C043A; }
p { color: rgb(140,4,58); }
H1.HeaderClassName
{
color: #8C043A;
}
.AnyTagClassName
{
color: #8C043A;
}
</style>
background-color css
<style>
a { background-color: #8C043A; }
a { background-color: rgb(140,4,58); }
div.DivClassName
{
background-color: #8C043A;
}
.BgClassName
{
background-color: #8C043A;
}
</style>
border-color css
<style>
span { border-color: #8C043A; }
span { border-color: rgb(140,4,58); }
td.TdClassName
{
border-color: #8C043A;
}
.TagClassName
{
border-color: #8C043A;
}
</style>