Shades of Burgundy #8D042D
Tints of Burgundy #8D042D
RGB
CMYK
RGB Variations
Color information
#8D042D (or 0x8D042D) is known color: Burgundy. HEX triplet: 8D, 04 and 2D. RGB value is (141,4,45). Sum of RGB (Red+Green+Blue) = 141+4+45=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D042D is #72FBD2. Grayscale: #313131. Windows color (decimal): -7535571 or 2950285. OLE color: 2950285.
HSL color Cylindrical-coordinate representation of color #8D042D: hue angle of 342.04º 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 #8D042D is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 45 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.45 |
| HSL | 342.04º | 0.94% | 0.28% | - |
| HSV(B) | 342.04º | 0.97% | 0.55% | - |
| XYZ | 11.5 | 5.94 | 3.02 | - |
| YUV | 49.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 45 | 0 | 0.97 | 0.68 | 0.45 | 342.04 | 0.94 | 0.28 |
| Hex | 8D | 4 | 2D | 0 | 61 | 44 | 2D | 156 | 5E | 1C |
| Octal | 215 | 4 | 55 | 0 | 141 | 104 | 55 | 526 | 136 | 34 |
| Binary | 10001101 | 100 | 101101 | 0 | 1100001 | 1000100 | 101101 | 101010110 | 1011110 | 11100 |
Color Harmonies of #8D042D
Complementary color
Monochromatic Colors of #8D042D
Black with #8D042D
Text Example
Text Example
White with #8D042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D042D; }
p { color: rgb(141,4,45); }
H1.HeaderClassName
{
color: #8D042D;
}
.AnyTagClassName
{
color: #8D042D;
}
</style>
background-color css
<style>
a { background-color: #8D042D; }
a { background-color: rgb(141,4,45); }
div.DivClassName
{
background-color: #8D042D;
}
.BgClassName
{
background-color: #8D042D;
}
</style>
border-color css
<style>
span { border-color: #8D042D; }
span { border-color: rgb(141,4,45); }
td.TdClassName
{
border-color: #8D042D;
}
.TagClassName
{
border-color: #8D042D;
}
</style>