Shades of Burgundy #8C062D
Tints of Burgundy #8C062D
RGB
CMYK
RGB Variations
Color information
#8C062D (or 0x8C062D) is known color: Burgundy. HEX triplet: 8C, 06 and 2D. RGB value is (140,6,45). Sum of RGB (Red+Green+Blue) = 140+6+45=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C062D is #73F9D2. Grayscale: #323232. Windows color (decimal): -7600595 or 2950796. OLE color: 2950796.
HSL color Cylindrical-coordinate representation of color #8C062D: hue angle of 342.54º 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 #8C062D is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.45 |
| HSL | 342.54º | 0.92% | 0.29% | - |
| HSV(B) | 342.54º | 0.96% | 0.55% | - |
| XYZ | 11.35 | 5.9 | 3.02 | - |
| YUV | 50.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 45 | 0 | 0.96 | 0.68 | 0.45 | 342.54 | 0.92 | 0.29 |
| Hex | 8C | 6 | 2D | 0 | 60 | 44 | 2D | 157 | 5C | 1D |
| Octal | 214 | 6 | 55 | 0 | 140 | 104 | 55 | 527 | 134 | 35 |
| Binary | 10001100 | 110 | 101101 | 0 | 1100000 | 1000100 | 101101 | 101010111 | 1011100 | 11101 |
Color Harmonies of #8C062D
Complementary color
Monochromatic Colors of #8C062D
Black with #8C062D
Text Example
Text Example
White with #8C062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C062D; }
p { color: rgb(140,6,45); }
H1.HeaderClassName
{
color: #8C062D;
}
.AnyTagClassName
{
color: #8C062D;
}
</style>
background-color css
<style>
a { background-color: #8C062D; }
a { background-color: rgb(140,6,45); }
div.DivClassName
{
background-color: #8C062D;
}
.BgClassName
{
background-color: #8C062D;
}
</style>
border-color css
<style>
span { border-color: #8C062D; }
span { border-color: rgb(140,6,45); }
td.TdClassName
{
border-color: #8C062D;
}
.TagClassName
{
border-color: #8C062D;
}
</style>