Shades of Burgundy #8C0524
Tints of Burgundy #8C0524
RGB
CMYK
RGB Variations
Color information
#8C0524 (or 0x8C0524) is known color: Burgundy. HEX triplet: 8C, 05 and 24. RGB value is (140,5,36). Sum of RGB (Red+Green+Blue) = 140+5+36=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0524 is #73FADB. Grayscale: #303030. Windows color (decimal): -7600860 or 2360716. OLE color: 2360716.
HSL color Cylindrical-coordinate representation of color #8C0524: hue angle of 346.22º 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 #8C0524 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 36 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.45 |
| HSL | 346.22º | 0.93% | 0.28% | - |
| HSV(B) | 346.22º | 0.96% | 0.55% | - |
| XYZ | 11.19 | 5.81 | 2.2 | - |
| YUV | 48.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 36 | 0 | 0.96 | 0.74 | 0.45 | 346.22 | 0.93 | 0.28 |
| Hex | 8C | 5 | 24 | 0 | 60 | 4A | 2D | 15A | 5D | 1C |
| Octal | 214 | 5 | 44 | 0 | 140 | 112 | 55 | 532 | 135 | 34 |
| Binary | 10001100 | 101 | 100100 | 0 | 1100000 | 1001010 | 101101 | 101011010 | 1011101 | 11100 |
Color Harmonies of #8C0524
Complementary color
Monochromatic Colors of #8C0524
Black with #8C0524
Text Example
Text Example
White with #8C0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0524; }
p { color: rgb(140,5,36); }
H1.HeaderClassName
{
color: #8C0524;
}
.AnyTagClassName
{
color: #8C0524;
}
</style>
background-color css
<style>
a { background-color: #8C0524; }
a { background-color: rgb(140,5,36); }
div.DivClassName
{
background-color: #8C0524;
}
.BgClassName
{
background-color: #8C0524;
}
</style>
border-color css
<style>
span { border-color: #8C0524; }
span { border-color: rgb(140,5,36); }
td.TdClassName
{
border-color: #8C0524;
}
.TagClassName
{
border-color: #8C0524;
}
</style>