Shades of Burgundy #8C0D24
Tints of Burgundy #8C0D24
RGB
CMYK
RGB Variations
Color information
#8C0D24 (or 0x8C0D24) is known color: Burgundy. HEX triplet: 8C, 0D and 24. RGB value is (140,13,36). Sum of RGB (Red+Green+Blue) = 140+13+36=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D24 is #73F2DB. Grayscale: #353535. Windows color (decimal): -7598812 or 2362764. OLE color: 2362764.
HSL color Cylindrical-coordinate representation of color #8C0D24: hue angle of 349.13º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D24 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 36 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.45 |
| HSL | 349.13º | 0.83% | 0.3% | - |
| HSV(B) | 349.13º | 0.91% | 0.55% | - |
| XYZ | 11.28 | 5.99 | 2.23 | - |
| YUV | 53.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 36 | 0 | 0.91 | 0.74 | 0.45 | 349.13 | 0.83 | 0.3 |
| Hex | 8C | D | 24 | 0 | 5B | 4A | 2D | 15D | 53 | 1E |
| Octal | 214 | 15 | 44 | 0 | 133 | 112 | 55 | 535 | 123 | 36 |
| Binary | 10001100 | 1101 | 100100 | 0 | 1011011 | 1001010 | 101101 | 101011101 | 1010011 | 11110 |
Color Harmonies of #8C0D24
Complementary color
Monochromatic Colors of #8C0D24
Black with #8C0D24
Text Example
Text Example
White with #8C0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D24; }
p { color: rgb(140,13,36); }
H1.HeaderClassName
{
color: #8C0D24;
}
.AnyTagClassName
{
color: #8C0D24;
}
</style>
background-color css
<style>
a { background-color: #8C0D24; }
a { background-color: rgb(140,13,36); }
div.DivClassName
{
background-color: #8C0D24;
}
.BgClassName
{
background-color: #8C0D24;
}
</style>
border-color css
<style>
span { border-color: #8C0D24; }
span { border-color: rgb(140,13,36); }
td.TdClassName
{
border-color: #8C0D24;
}
.TagClassName
{
border-color: #8C0D24;
}
</style>