Shades of Burgundy #8C052B
Tints of Burgundy #8C052B
RGB
CMYK
RGB Variations
Color information
#8C052B (or 0x8C052B) is known color: Burgundy. HEX triplet: 8C, 05 and 2B. RGB value is (140,5,43). Sum of RGB (Red+Green+Blue) = 140+5+43=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C052B is #73FAD4. Grayscale: #313131. Windows color (decimal): -7600853 or 2819468. OLE color: 2819468.
HSL color Cylindrical-coordinate representation of color #8C052B: hue angle of 343.11º 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 #8C052B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.45 |
| HSL | 343.11º | 0.93% | 0.28% | - |
| HSV(B) | 343.11º | 0.96% | 0.55% | - |
| XYZ | 11.31 | 5.86 | 2.82 | - |
| YUV | 49.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 43 | 0 | 0.96 | 0.69 | 0.45 | 343.11 | 0.93 | 0.28 |
| Hex | 8C | 5 | 2B | 0 | 60 | 45 | 2D | 157 | 5D | 1C |
| Octal | 214 | 5 | 53 | 0 | 140 | 105 | 55 | 527 | 135 | 34 |
| Binary | 10001100 | 101 | 101011 | 0 | 1100000 | 1000101 | 101101 | 101010111 | 1011101 | 11100 |
Color Harmonies of #8C052B
Complementary color
Monochromatic Colors of #8C052B
Black with #8C052B
Text Example
Text Example
White with #8C052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C052B; }
p { color: rgb(140,5,43); }
H1.HeaderClassName
{
color: #8C052B;
}
.AnyTagClassName
{
color: #8C052B;
}
</style>
background-color css
<style>
a { background-color: #8C052B; }
a { background-color: rgb(140,5,43); }
div.DivClassName
{
background-color: #8C052B;
}
.BgClassName
{
background-color: #8C052B;
}
</style>
border-color css
<style>
span { border-color: #8C052B; }
span { border-color: rgb(140,5,43); }
td.TdClassName
{
border-color: #8C052B;
}
.TagClassName
{
border-color: #8C052B;
}
</style>