Shades of Burgundy #8D043C
Tints of Burgundy #8D043C
RGB
CMYK
RGB Variations
Color information
#8D043C (or 0x8D043C) is known color: Burgundy. HEX triplet: 8D, 04 and 3C. RGB value is (141,4,60). Sum of RGB (Red+Green+Blue) = 141+4+60=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D043C is #72FBC3. Grayscale: #333333. Windows color (decimal): -7535556 or 3933325. OLE color: 3933325.
HSL color Cylindrical-coordinate representation of color #8D043C: hue angle of 335.47º 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 #8D043C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 60 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.45 |
| HSL | 335.47º | 0.94% | 0.28% | - |
| HSV(B) | 335.47º | 0.97% | 0.55% | - |
| XYZ | 11.84 | 6.08 | 4.82 | - |
| YUV | 51.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 60 | 0 | 0.97 | 0.57 | 0.45 | 335.47 | 0.94 | 0.28 |
| Hex | 8D | 4 | 3C | 0 | 61 | 39 | 2D | 14F | 5E | 1C |
| Octal | 215 | 4 | 74 | 0 | 141 | 71 | 55 | 517 | 136 | 34 |
| Binary | 10001101 | 100 | 111100 | 0 | 1100001 | 111001 | 101101 | 101001111 | 1011110 | 11100 |
Color Harmonies of #8D043C
Complementary color
Monochromatic Colors of #8D043C
Black with #8D043C
Text Example
Text Example
White with #8D043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D043C; }
p { color: rgb(141,4,60); }
H1.HeaderClassName
{
color: #8D043C;
}
.AnyTagClassName
{
color: #8D043C;
}
</style>
background-color css
<style>
a { background-color: #8D043C; }
a { background-color: rgb(141,4,60); }
div.DivClassName
{
background-color: #8D043C;
}
.BgClassName
{
background-color: #8D043C;
}
</style>
border-color css
<style>
span { border-color: #8D043C; }
span { border-color: rgb(141,4,60); }
td.TdClassName
{
border-color: #8D043C;
}
.TagClassName
{
border-color: #8D043C;
}
</style>