Shades of Burgundy #8C043D
Tints of Burgundy #8C043D
RGB
CMYK
RGB Variations
Color information
#8C043D (or 0x8C043D) is known color: Burgundy. HEX triplet: 8C, 04 and 3D. RGB value is (140,4,61). Sum of RGB (Red+Green+Blue) = 140+4+61=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C043D is #73FBC2. Grayscale: #333333. Windows color (decimal): -7601091 or 3998860. OLE color: 3998860.
HSL color Cylindrical-coordinate representation of color #8C043D: hue angle of 334.85º 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 #8C043D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 61 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.45 |
| HSL | 334.85º | 0.94% | 0.28% | - |
| HSV(B) | 334.85º | 0.97% | 0.55% | - |
| XYZ | 11.7 | 6 | 4.96 | - |
| YUV | 51.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 61 | 0 | 0.97 | 0.56 | 0.45 | 334.85 | 0.94 | 0.28 |
| Hex | 8C | 4 | 3D | 0 | 61 | 38 | 2D | 14F | 5E | 1C |
| Octal | 214 | 4 | 75 | 0 | 141 | 70 | 55 | 517 | 136 | 34 |
| Binary | 10001100 | 100 | 111101 | 0 | 1100001 | 111000 | 101101 | 101001111 | 1011110 | 11100 |
Color Harmonies of #8C043D
Complementary color
Monochromatic Colors of #8C043D
Black with #8C043D
Text Example
Text Example
White with #8C043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C043D; }
p { color: rgb(140,4,61); }
H1.HeaderClassName
{
color: #8C043D;
}
.AnyTagClassName
{
color: #8C043D;
}
</style>
background-color css
<style>
a { background-color: #8C043D; }
a { background-color: rgb(140,4,61); }
div.DivClassName
{
background-color: #8C043D;
}
.BgClassName
{
background-color: #8C043D;
}
</style>
border-color css
<style>
span { border-color: #8C043D; }
span { border-color: rgb(140,4,61); }
td.TdClassName
{
border-color: #8C043D;
}
.TagClassName
{
border-color: #8C043D;
}
</style>