Shades of Burgundy #8C053C
Tints of Burgundy #8C053C
RGB
CMYK
RGB Variations
Color information
#8C053C (or 0x8C053C) is known color: Burgundy. HEX triplet: 8C, 05 and 3C. RGB value is (140,5,60). Sum of RGB (Red+Green+Blue) = 140+5+60=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C053C is #73FAC3. Grayscale: #333333. Windows color (decimal): -7600836 or 3933580. OLE color: 3933580.
HSL color Cylindrical-coordinate representation of color #8C053C: hue angle of 335.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C053C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.45 |
| HSL | 335.56º | 0.93% | 0.28% | - |
| HSV(B) | 335.56º | 0.96% | 0.55% | - |
| XYZ | 11.69 | 6.01 | 4.82 | - |
| YUV | 51.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 60 | 0 | 0.96 | 0.57 | 0.45 | 335.56 | 0.93 | 0.28 |
| Hex | 8C | 5 | 3C | 0 | 60 | 39 | 2D | 150 | 5D | 1C |
| Octal | 214 | 5 | 74 | 0 | 140 | 71 | 55 | 520 | 135 | 34 |
| Binary | 10001100 | 101 | 111100 | 0 | 1100000 | 111001 | 101101 | 101010000 | 1011101 | 11100 |
Color Harmonies of #8C053C
Complementary color
Monochromatic Colors of #8C053C
Black with #8C053C
Text Example
Text Example
White with #8C053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C053C; }
p { color: rgb(140,5,60); }
H1.HeaderClassName
{
color: #8C053C;
}
.AnyTagClassName
{
color: #8C053C;
}
</style>
background-color css
<style>
a { background-color: #8C053C; }
a { background-color: rgb(140,5,60); }
div.DivClassName
{
background-color: #8C053C;
}
.BgClassName
{
background-color: #8C053C;
}
</style>
border-color css
<style>
span { border-color: #8C053C; }
span { border-color: rgb(140,5,60); }
td.TdClassName
{
border-color: #8C053C;
}
.TagClassName
{
border-color: #8C053C;
}
</style>