Shades of Burgundy #8C0924
Tints of Burgundy #8C0924
RGB
CMYK
RGB Variations
Color information
#8C0924 (or 0x8C0924) is known color: Burgundy. HEX triplet: 8C, 09 and 24. RGB value is (140,9,36). Sum of RGB (Red+Green+Blue) = 140+9+36=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0924 is #73F6DB. Grayscale: #333333. Windows color (decimal): -7599836 or 2361740. OLE color: 2361740.
HSL color Cylindrical-coordinate representation of color #8C0924: hue angle of 347.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0924 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 36 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.45 |
| HSL | 347.63º | 0.88% | 0.29% | - |
| HSV(B) | 347.63º | 0.94% | 0.55% | - |
| XYZ | 11.23 | 5.9 | 2.22 | - |
| YUV | 51.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 36 | 0 | 0.94 | 0.74 | 0.45 | 347.63 | 0.88 | 0.29 |
| Hex | 8C | 9 | 24 | 0 | 5E | 4A | 2D | 15C | 58 | 1D |
| Octal | 214 | 11 | 44 | 0 | 136 | 112 | 55 | 534 | 130 | 35 |
| Binary | 10001100 | 1001 | 100100 | 0 | 1011110 | 1001010 | 101101 | 101011100 | 1011000 | 11101 |
Color Harmonies of #8C0924
Complementary color
Monochromatic Colors of #8C0924
Black with #8C0924
Text Example
Text Example
White with #8C0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0924; }
p { color: rgb(140,9,36); }
H1.HeaderClassName
{
color: #8C0924;
}
.AnyTagClassName
{
color: #8C0924;
}
</style>
background-color css
<style>
a { background-color: #8C0924; }
a { background-color: rgb(140,9,36); }
div.DivClassName
{
background-color: #8C0924;
}
.BgClassName
{
background-color: #8C0924;
}
</style>
border-color css
<style>
span { border-color: #8C0924; }
span { border-color: rgb(140,9,36); }
td.TdClassName
{
border-color: #8C0924;
}
.TagClassName
{
border-color: #8C0924;
}
</style>