Shades of Burgundy #8C1124
Tints of Burgundy #8C1124
RGB
CMYK
RGB Variations
Color information
#8C1124 (or 0x8C1124) is known color: Burgundy. HEX triplet: 8C, 11 and 24. RGB value is (140,17,36). Sum of RGB (Red+Green+Blue) = 140+17+36=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1124 is #73EEDB. Grayscale: #373737. Windows color (decimal): -7597788 or 2363788. OLE color: 2363788.
HSL color Cylindrical-coordinate representation of color #8C1124: hue angle of 350.73º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1124 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 36 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.45 |
| HSL | 350.73º | 0.78% | 0.31% | - |
| HSV(B) | 350.73º | 0.88% | 0.55% | - |
| XYZ | 11.33 | 6.1 | 2.25 | - |
| YUV | 55.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 36 | 0 | 0.88 | 0.74 | 0.45 | 350.73 | 0.78 | 0.31 |
| Hex | 8C | 11 | 24 | 0 | 58 | 4A | 2D | 15F | 4E | 1F |
| Octal | 214 | 21 | 44 | 0 | 130 | 112 | 55 | 537 | 116 | 37 |
| Binary | 10001100 | 10001 | 100100 | 0 | 1011000 | 1001010 | 101101 | 101011111 | 1001110 | 11111 |
Color Harmonies of #8C1124
Complementary color
Monochromatic Colors of #8C1124
Black with #8C1124
Text Example
Text Example
White with #8C1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1124; }
p { color: rgb(140,17,36); }
H1.HeaderClassName
{
color: #8C1124;
}
.AnyTagClassName
{
color: #8C1124;
}
</style>
background-color css
<style>
a { background-color: #8C1124; }
a { background-color: rgb(140,17,36); }
div.DivClassName
{
background-color: #8C1124;
}
.BgClassName
{
background-color: #8C1124;
}
</style>
border-color css
<style>
span { border-color: #8C1124; }
span { border-color: rgb(140,17,36); }
td.TdClassName
{
border-color: #8C1124;
}
.TagClassName
{
border-color: #8C1124;
}
</style>