Shades of Burgundy #8C053E
Tints of Burgundy #8C053E
RGB
CMYK
RGB Variations
Color information
#8C053E (or 0x8C053E) is known color: Burgundy. HEX triplet: 8C, 05 and 3E. RGB value is (140,5,62). Sum of RGB (Red+Green+Blue) = 140+5+62=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C053E is #73FAC1. Grayscale: #333333. Windows color (decimal): -7600834 or 4064652. OLE color: 4064652.
HSL color Cylindrical-coordinate representation of color #8C053E: hue angle of 334.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C053E is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 62 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.45 |
| HSL | 334.67º | 0.93% | 0.28% | - |
| HSV(B) | 334.67º | 0.96% | 0.55% | - |
| XYZ | 11.74 | 6.03 | 5.1 | - |
| YUV | 51.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 62 | 0 | 0.96 | 0.56 | 0.45 | 334.67 | 0.93 | 0.28 |
| Hex | 8C | 5 | 3E | 0 | 60 | 38 | 2D | 14F | 5D | 1C |
| Octal | 214 | 5 | 76 | 0 | 140 | 70 | 55 | 517 | 135 | 34 |
| Binary | 10001100 | 101 | 111110 | 0 | 1100000 | 111000 | 101101 | 101001111 | 1011101 | 11100 |
Color Harmonies of #8C053E
Complementary color
Monochromatic Colors of #8C053E
Black with #8C053E
Text Example
Text Example
White with #8C053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C053E; }
p { color: rgb(140,5,62); }
H1.HeaderClassName
{
color: #8C053E;
}
.AnyTagClassName
{
color: #8C053E;
}
</style>
background-color css
<style>
a { background-color: #8C053E; }
a { background-color: rgb(140,5,62); }
div.DivClassName
{
background-color: #8C053E;
}
.BgClassName
{
background-color: #8C053E;
}
</style>
border-color css
<style>
span { border-color: #8C053E; }
span { border-color: rgb(140,5,62); }
td.TdClassName
{
border-color: #8C053E;
}
.TagClassName
{
border-color: #8C053E;
}
</style>