Shades of Burgundy #8C0A2F
Tints of Burgundy #8C0A2F
RGB
CMYK
RGB Variations
Color information
#8C0A2F (or 0x8C0A2F) is known color: Burgundy. HEX triplet: 8C, 0A and 2F. RGB value is (140,10,47). Sum of RGB (Red+Green+Blue) = 140+10+47=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A2F is #73F5D0. Grayscale: #353535. Windows color (decimal): -7599569 or 3082892. OLE color: 3082892.
HSL color Cylindrical-coordinate representation of color #8C0A2F: hue angle of 342.92º 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 #8C0A2F is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 47 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.45 |
| HSL | 342.92º | 0.87% | 0.29% | - |
| HSV(B) | 342.92º | 0.93% | 0.55% | - |
| XYZ | 11.44 | 6 | 3.24 | - |
| YUV | 53.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 47 | 0 | 0.93 | 0.66 | 0.45 | 342.92 | 0.87 | 0.29 |
| Hex | 8C | A | 2F | 0 | 5D | 42 | 2D | 157 | 57 | 1D |
| Octal | 214 | 12 | 57 | 0 | 135 | 102 | 55 | 527 | 127 | 35 |
| Binary | 10001100 | 1010 | 101111 | 0 | 1011101 | 1000010 | 101101 | 101010111 | 1010111 | 11101 |
Color Harmonies of #8C0A2F
Complementary color
Monochromatic Colors of #8C0A2F
Black with #8C0A2F
Text Example
Text Example
White with #8C0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A2F; }
p { color: rgb(140,10,47); }
H1.HeaderClassName
{
color: #8C0A2F;
}
.AnyTagClassName
{
color: #8C0A2F;
}
</style>
background-color css
<style>
a { background-color: #8C0A2F; }
a { background-color: rgb(140,10,47); }
div.DivClassName
{
background-color: #8C0A2F;
}
.BgClassName
{
background-color: #8C0A2F;
}
</style>
border-color css
<style>
span { border-color: #8C0A2F; }
span { border-color: rgb(140,10,47); }
td.TdClassName
{
border-color: #8C0A2F;
}
.TagClassName
{
border-color: #8C0A2F;
}
</style>