Shades of Burgundy #8C043B
Tints of Burgundy #8C043B
RGB
CMYK
RGB Variations
Color information
#8C043B (or 0x8C043B) is known color: Burgundy. HEX triplet: 8C, 04 and 3B. RGB value is (140,4,59). Sum of RGB (Red+Green+Blue) = 140+4+59=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C043B is #73FBC4. Grayscale: #323232. Windows color (decimal): -7601093 or 3867788. OLE color: 3867788.
HSL color Cylindrical-coordinate representation of color #8C043B: hue angle of 335.74º 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 #8C043B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.45 |
| HSL | 335.74º | 0.94% | 0.28% | - |
| HSV(B) | 335.74º | 0.97% | 0.55% | - |
| XYZ | 11.65 | 5.98 | 4.68 | - |
| YUV | 50.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 59 | 0 | 0.97 | 0.58 | 0.45 | 335.74 | 0.94 | 0.28 |
| Hex | 8C | 4 | 3B | 0 | 61 | 3A | 2D | 150 | 5E | 1C |
| Octal | 214 | 4 | 73 | 0 | 141 | 72 | 55 | 520 | 136 | 34 |
| Binary | 10001100 | 100 | 111011 | 0 | 1100001 | 111010 | 101101 | 101010000 | 1011110 | 11100 |
Color Harmonies of #8C043B
Complementary color
Monochromatic Colors of #8C043B
Black with #8C043B
Text Example
Text Example
White with #8C043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C043B; }
p { color: rgb(140,4,59); }
H1.HeaderClassName
{
color: #8C043B;
}
.AnyTagClassName
{
color: #8C043B;
}
</style>
background-color css
<style>
a { background-color: #8C043B; }
a { background-color: rgb(140,4,59); }
div.DivClassName
{
background-color: #8C043B;
}
.BgClassName
{
background-color: #8C043B;
}
</style>
border-color css
<style>
span { border-color: #8C043B; }
span { border-color: rgb(140,4,59); }
td.TdClassName
{
border-color: #8C043B;
}
.TagClassName
{
border-color: #8C043B;
}
</style>