Shades of Burgundy #8C0A24
Tints of Burgundy #8C0A24
RGB
CMYK
RGB Variations
Color information
#8C0A24 (or 0x8C0A24) is known color: Burgundy. HEX triplet: 8C, 0A and 24. RGB value is (140,10,36). Sum of RGB (Red+Green+Blue) = 140+10+36=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A24 is #73F5DB. Grayscale: #333333. Windows color (decimal): -7599580 or 2361996. OLE color: 2361996.
HSL color Cylindrical-coordinate representation of color #8C0A24: hue angle of 348º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A24 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 36 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.45 |
| HSL | 348º | 0.87% | 0.29% | - |
| HSV(B) | 348º | 0.93% | 0.55% | - |
| XYZ | 11.24 | 5.92 | 2.22 | - |
| YUV | 51.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 36 | 0 | 0.93 | 0.74 | 0.45 | 348 | 0.87 | 0.29 |
| Hex | 8C | A | 24 | 0 | 5D | 4A | 2D | 15C | 57 | 1D |
| Octal | 214 | 12 | 44 | 0 | 135 | 112 | 55 | 534 | 127 | 35 |
| Binary | 10001100 | 1010 | 100100 | 0 | 1011101 | 1001010 | 101101 | 101011100 | 1010111 | 11101 |
Color Harmonies of #8C0A24
Complementary color
Monochromatic Colors of #8C0A24
Black with #8C0A24
Text Example
Text Example
White with #8C0A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A24; }
p { color: rgb(140,10,36); }
H1.HeaderClassName
{
color: #8C0A24;
}
.AnyTagClassName
{
color: #8C0A24;
}
</style>
background-color css
<style>
a { background-color: #8C0A24; }
a { background-color: rgb(140,10,36); }
div.DivClassName
{
background-color: #8C0A24;
}
.BgClassName
{
background-color: #8C0A24;
}
</style>
border-color css
<style>
span { border-color: #8C0A24; }
span { border-color: rgb(140,10,36); }
td.TdClassName
{
border-color: #8C0A24;
}
.TagClassName
{
border-color: #8C0A24;
}
</style>