Shades of Burgundy #8C0A3E
Tints of Burgundy #8C0A3E
RGB
CMYK
RGB Variations
Color information
#8C0A3E (or 0x8C0A3E) is known color: Burgundy. HEX triplet: 8C, 0A and 3E. RGB value is (140,10,62). Sum of RGB (Red+Green+Blue) = 140+10+62=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A3E is #73F5C1. Grayscale: #363636. Windows color (decimal): -7599554 or 4065932. OLE color: 4065932.
HSL color Cylindrical-coordinate representation of color #8C0A3E: hue angle of 336º 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 #8C0A3E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 62 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.45 |
| HSL | 336º | 0.87% | 0.29% | - |
| HSV(B) | 336º | 0.93% | 0.55% | - |
| XYZ | 11.79 | 6.14 | 5.12 | - |
| YUV | 54.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 62 | 0 | 0.93 | 0.56 | 0.45 | 336 | 0.87 | 0.29 |
| Hex | 8C | A | 3E | 0 | 5D | 38 | 2D | 150 | 57 | 1D |
| Octal | 214 | 12 | 76 | 0 | 135 | 70 | 55 | 520 | 127 | 35 |
| Binary | 10001100 | 1010 | 111110 | 0 | 1011101 | 111000 | 101101 | 101010000 | 1010111 | 11101 |
Color Harmonies of #8C0A3E
Complementary color
Monochromatic Colors of #8C0A3E
Black with #8C0A3E
Text Example
Text Example
White with #8C0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A3E; }
p { color: rgb(140,10,62); }
H1.HeaderClassName
{
color: #8C0A3E;
}
.AnyTagClassName
{
color: #8C0A3E;
}
</style>
background-color css
<style>
a { background-color: #8C0A3E; }
a { background-color: rgb(140,10,62); }
div.DivClassName
{
background-color: #8C0A3E;
}
.BgClassName
{
background-color: #8C0A3E;
}
</style>
border-color css
<style>
span { border-color: #8C0A3E; }
span { border-color: rgb(140,10,62); }
td.TdClassName
{
border-color: #8C0A3E;
}
.TagClassName
{
border-color: #8C0A3E;
}
</style>