Shades of Burgundy #8C0529
Tints of Burgundy #8C0529
RGB
CMYK
RGB Variations
Color information
#8C0529 (or 0x8C0529) is known color: Burgundy. HEX triplet: 8C, 05 and 29. RGB value is (140,5,41). Sum of RGB (Red+Green+Blue) = 140+5+41=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0529 is #73FAD6. Grayscale: #313131. Windows color (decimal): -7600855 or 2688396. OLE color: 2688396.
HSL color Cylindrical-coordinate representation of color #8C0529: hue angle of 344º 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 #8C0529 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 41 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.45 |
| HSL | 344º | 0.93% | 0.28% | - |
| HSV(B) | 344º | 0.96% | 0.55% | - |
| XYZ | 11.27 | 5.84 | 2.63 | - |
| YUV | 49.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 41 | 0 | 0.96 | 0.71 | 0.45 | 344 | 0.93 | 0.28 |
| Hex | 8C | 5 | 29 | 0 | 60 | 47 | 2D | 158 | 5D | 1C |
| Octal | 214 | 5 | 51 | 0 | 140 | 107 | 55 | 530 | 135 | 34 |
| Binary | 10001100 | 101 | 101001 | 0 | 1100000 | 1000111 | 101101 | 101011000 | 1011101 | 11100 |
Color Harmonies of #8C0529
Complementary color
Monochromatic Colors of #8C0529
Black with #8C0529
Text Example
Text Example
White with #8C0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0529; }
p { color: rgb(140,5,41); }
H1.HeaderClassName
{
color: #8C0529;
}
.AnyTagClassName
{
color: #8C0529;
}
</style>
background-color css
<style>
a { background-color: #8C0529; }
a { background-color: rgb(140,5,41); }
div.DivClassName
{
background-color: #8C0529;
}
.BgClassName
{
background-color: #8C0529;
}
</style>
border-color css
<style>
span { border-color: #8C0529; }
span { border-color: rgb(140,5,41); }
td.TdClassName
{
border-color: #8C0529;
}
.TagClassName
{
border-color: #8C0529;
}
</style>