Shades of Burgundy #8C062B
Tints of Burgundy #8C062B
RGB
CMYK
RGB Variations
Color information
#8C062B (or 0x8C062B) is known color: Burgundy. HEX triplet: 8C, 06 and 2B. RGB value is (140,6,43). Sum of RGB (Red+Green+Blue) = 140+6+43=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C062B is #73F9D4. Grayscale: #323232. Windows color (decimal): -7600597 or 2819724. OLE color: 2819724.
HSL color Cylindrical-coordinate representation of color #8C062B: hue angle of 343.43º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C062B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 43 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.45 |
| HSL | 343.43º | 0.92% | 0.29% | - |
| HSV(B) | 343.43º | 0.96% | 0.55% | - |
| XYZ | 11.32 | 5.88 | 2.82 | - |
| YUV | 50.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 43 | 0 | 0.96 | 0.69 | 0.45 | 343.43 | 0.92 | 0.29 |
| Hex | 8C | 6 | 2B | 0 | 60 | 45 | 2D | 157 | 5C | 1D |
| Octal | 214 | 6 | 53 | 0 | 140 | 105 | 55 | 527 | 134 | 35 |
| Binary | 10001100 | 110 | 101011 | 0 | 1100000 | 1000101 | 101101 | 101010111 | 1011100 | 11101 |
Color Harmonies of #8C062B
Complementary color
Monochromatic Colors of #8C062B
Black with #8C062B
Text Example
Text Example
White with #8C062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C062B; }
p { color: rgb(140,6,43); }
H1.HeaderClassName
{
color: #8C062B;
}
.AnyTagClassName
{
color: #8C062B;
}
</style>
background-color css
<style>
a { background-color: #8C062B; }
a { background-color: rgb(140,6,43); }
div.DivClassName
{
background-color: #8C062B;
}
.BgClassName
{
background-color: #8C062B;
}
</style>
border-color css
<style>
span { border-color: #8C062B; }
span { border-color: rgb(140,6,43); }
td.TdClassName
{
border-color: #8C062B;
}
.TagClassName
{
border-color: #8C062B;
}
</style>