Shades of Burgundy #8C062E
Tints of Burgundy #8C062E
RGB
CMYK
RGB Variations
Color information
#8C062E (or 0x8C062E) is known color: Burgundy. HEX triplet: 8C, 06 and 2E. RGB value is (140,6,46). Sum of RGB (Red+Green+Blue) = 140+6+46=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C062E is #73F9D1. Grayscale: #323232. Windows color (decimal): -7600594 or 3016332. OLE color: 3016332.
HSL color Cylindrical-coordinate representation of color #8C062E: hue angle of 342.09º 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 #8C062E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 46 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.45 |
| HSL | 342.09º | 0.92% | 0.29% | - |
| HSV(B) | 342.09º | 0.96% | 0.55% | - |
| XYZ | 11.37 | 5.9 | 3.12 | - |
| YUV | 50.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 46 | 0 | 0.96 | 0.67 | 0.45 | 342.09 | 0.92 | 0.29 |
| Hex | 8C | 6 | 2E | 0 | 60 | 43 | 2D | 156 | 5C | 1D |
| Octal | 214 | 6 | 56 | 0 | 140 | 103 | 55 | 526 | 134 | 35 |
| Binary | 10001100 | 110 | 101110 | 0 | 1100000 | 1000011 | 101101 | 101010110 | 1011100 | 11101 |
Color Harmonies of #8C062E
Complementary color
Monochromatic Colors of #8C062E
Black with #8C062E
Text Example
Text Example
White with #8C062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C062E; }
p { color: rgb(140,6,46); }
H1.HeaderClassName
{
color: #8C062E;
}
.AnyTagClassName
{
color: #8C062E;
}
</style>
background-color css
<style>
a { background-color: #8C062E; }
a { background-color: rgb(140,6,46); }
div.DivClassName
{
background-color: #8C062E;
}
.BgClassName
{
background-color: #8C062E;
}
</style>
border-color css
<style>
span { border-color: #8C062E; }
span { border-color: rgb(140,6,46); }
td.TdClassName
{
border-color: #8C062E;
}
.TagClassName
{
border-color: #8C062E;
}
</style>