Shades of Burgundy #8D043B
Tints of Burgundy #8D043B
RGB
CMYK
RGB Variations
Color information
#8D043B (or 0x8D043B) is known color: Burgundy. HEX triplet: 8D, 04 and 3B. RGB value is (141,4,59). Sum of RGB (Red+Green+Blue) = 141+4+59=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D043B is #72FBC4. Grayscale: #333333. Windows color (decimal): -7535557 or 3867789. OLE color: 3867789.
HSL color Cylindrical-coordinate representation of color #8D043B: hue angle of 335.91º 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 #8D043B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.45 |
| HSL | 335.91º | 0.94% | 0.28% | - |
| HSV(B) | 335.91º | 0.97% | 0.55% | - |
| XYZ | 11.82 | 6.07 | 4.69 | - |
| YUV | 51.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 59 | 0 | 0.97 | 0.58 | 0.45 | 335.91 | 0.94 | 0.28 |
| Hex | 8D | 4 | 3B | 0 | 61 | 3A | 2D | 150 | 5E | 1C |
| Octal | 215 | 4 | 73 | 0 | 141 | 72 | 55 | 520 | 136 | 34 |
| Binary | 10001101 | 100 | 111011 | 0 | 1100001 | 111010 | 101101 | 101010000 | 1011110 | 11100 |
Color Harmonies of #8D043B
Complementary color
Monochromatic Colors of #8D043B
Black with #8D043B
Text Example
Text Example
White with #8D043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D043B; }
p { color: rgb(141,4,59); }
H1.HeaderClassName
{
color: #8D043B;
}
.AnyTagClassName
{
color: #8D043B;
}
</style>
background-color css
<style>
a { background-color: #8D043B; }
a { background-color: rgb(141,4,59); }
div.DivClassName
{
background-color: #8D043B;
}
.BgClassName
{
background-color: #8D043B;
}
</style>
border-color css
<style>
span { border-color: #8D043B; }
span { border-color: rgb(141,4,59); }
td.TdClassName
{
border-color: #8D043B;
}
.TagClassName
{
border-color: #8D043B;
}
</style>