Shades of Burgundy #8D053C
Tints of Burgundy #8D053C
RGB
CMYK
RGB Variations
Color information
#8D053C (or 0x8D053C) is known color: Burgundy. HEX triplet: 8D, 05 and 3C. RGB value is (141,5,60). Sum of RGB (Red+Green+Blue) = 141+5+60=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D053C is #72FAC3. Grayscale: #333333. Windows color (decimal): -7535300 or 3933581. OLE color: 3933581.
HSL color Cylindrical-coordinate representation of color #8D053C: hue angle of 335.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D053C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.45 |
| HSL | 335.74º | 0.93% | 0.29% | - |
| HSV(B) | 335.74º | 0.96% | 0.55% | - |
| XYZ | 11.85 | 6.1 | 4.83 | - |
| YUV | 51.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 60 | 0 | 0.96 | 0.57 | 0.45 | 335.74 | 0.93 | 0.29 |
| Hex | 8D | 5 | 3C | 0 | 60 | 39 | 2D | 150 | 5D | 1D |
| Octal | 215 | 5 | 74 | 0 | 140 | 71 | 55 | 520 | 135 | 35 |
| Binary | 10001101 | 101 | 111100 | 0 | 1100000 | 111001 | 101101 | 101010000 | 1011101 | 11101 |
Color Harmonies of #8D053C
Complementary color
Monochromatic Colors of #8D053C
Black with #8D053C
Text Example
Text Example
White with #8D053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D053C; }
p { color: rgb(141,5,60); }
H1.HeaderClassName
{
color: #8D053C;
}
.AnyTagClassName
{
color: #8D053C;
}
</style>
background-color css
<style>
a { background-color: #8D053C; }
a { background-color: rgb(141,5,60); }
div.DivClassName
{
background-color: #8D053C;
}
.BgClassName
{
background-color: #8D053C;
}
</style>
border-color css
<style>
span { border-color: #8D053C; }
span { border-color: rgb(141,5,60); }
td.TdClassName
{
border-color: #8D053C;
}
.TagClassName
{
border-color: #8D053C;
}
</style>