Shades of Burgundy #8C0A36
Tints of Burgundy #8C0A36
RGB
CMYK
RGB Variations
Color information
#8C0A36 (or 0x8C0A36) is known color: Burgundy. HEX triplet: 8C, 0A and 36. RGB value is (140,10,54). Sum of RGB (Red+Green+Blue) = 140+10+54=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A36 is #73F5C9. Grayscale: #353535. Windows color (decimal): -7599562 or 3541644. OLE color: 3541644.
HSL color Cylindrical-coordinate representation of color #8C0A36: hue angle of 339.69º 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 #8C0A36 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 54 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.45 |
| HSL | 339.69º | 0.87% | 0.29% | - |
| HSV(B) | 339.69º | 0.93% | 0.55% | - |
| XYZ | 11.59 | 6.06 | 4.05 | - |
| YUV | 53.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 54 | 0 | 0.93 | 0.61 | 0.45 | 339.69 | 0.87 | 0.29 |
| Hex | 8C | A | 36 | 0 | 5D | 3D | 2D | 154 | 57 | 1D |
| Octal | 214 | 12 | 66 | 0 | 135 | 75 | 55 | 524 | 127 | 35 |
| Binary | 10001100 | 1010 | 110110 | 0 | 1011101 | 111101 | 101101 | 101010100 | 1010111 | 11101 |
Color Harmonies of #8C0A36
Complementary color
Monochromatic Colors of #8C0A36
Black with #8C0A36
Text Example
Text Example
White with #8C0A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A36; }
p { color: rgb(140,10,54); }
H1.HeaderClassName
{
color: #8C0A36;
}
.AnyTagClassName
{
color: #8C0A36;
}
</style>
background-color css
<style>
a { background-color: #8C0A36; }
a { background-color: rgb(140,10,54); }
div.DivClassName
{
background-color: #8C0A36;
}
.BgClassName
{
background-color: #8C0A36;
}
</style>
border-color css
<style>
span { border-color: #8C0A36; }
span { border-color: rgb(140,10,54); }
td.TdClassName
{
border-color: #8C0A36;
}
.TagClassName
{
border-color: #8C0A36;
}
</style>