Shades of Burgundy #8C0A27
Tints of Burgundy #8C0A27
RGB
CMYK
RGB Variations
Color information
#8C0A27 (or 0x8C0A27) is known color: Burgundy. HEX triplet: 8C, 0A and 27. RGB value is (140,10,39). Sum of RGB (Red+Green+Blue) = 140+10+39=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A27 is #73F5D8. Grayscale: #343434. Windows color (decimal): -7599577 or 2558604. OLE color: 2558604.
HSL color Cylindrical-coordinate representation of color #8C0A27: hue angle of 346.62º 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 #8C0A27 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 39 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.45 |
| HSL | 346.62º | 0.87% | 0.29% | - |
| HSV(B) | 346.62º | 0.93% | 0.55% | - |
| XYZ | 11.29 | 5.94 | 2.47 | - |
| YUV | 52.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 39 | 0 | 0.93 | 0.72 | 0.45 | 346.62 | 0.87 | 0.29 |
| Hex | 8C | A | 27 | 0 | 5D | 48 | 2D | 15B | 57 | 1D |
| Octal | 214 | 12 | 47 | 0 | 135 | 110 | 55 | 533 | 127 | 35 |
| Binary | 10001100 | 1010 | 100111 | 0 | 1011101 | 1001000 | 101101 | 101011011 | 1010111 | 11101 |
Color Harmonies of #8C0A27
Complementary color
Monochromatic Colors of #8C0A27
Black with #8C0A27
Text Example
Text Example
White with #8C0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A27; }
p { color: rgb(140,10,39); }
H1.HeaderClassName
{
color: #8C0A27;
}
.AnyTagClassName
{
color: #8C0A27;
}
</style>
background-color css
<style>
a { background-color: #8C0A27; }
a { background-color: rgb(140,10,39); }
div.DivClassName
{
background-color: #8C0A27;
}
.BgClassName
{
background-color: #8C0A27;
}
</style>
border-color css
<style>
span { border-color: #8C0A27; }
span { border-color: rgb(140,10,39); }
td.TdClassName
{
border-color: #8C0A27;
}
.TagClassName
{
border-color: #8C0A27;
}
</style>