Shades of Burgundy #8C063D
Tints of Burgundy #8C063D
RGB
CMYK
RGB Variations
Color information
#8C063D (or 0x8C063D) is known color: Burgundy. HEX triplet: 8C, 06 and 3D. RGB value is (140,6,61). Sum of RGB (Red+Green+Blue) = 140+6+61=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C063D is #73F9C2. Grayscale: #343434. Windows color (decimal): -7600579 or 3999372. OLE color: 3999372.
HSL color Cylindrical-coordinate representation of color #8C063D: hue angle of 335.37º 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 #8C063D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.45 |
| HSL | 335.37º | 0.92% | 0.29% | - |
| HSV(B) | 335.37º | 0.96% | 0.55% | - |
| XYZ | 11.72 | 6.04 | 4.96 | - |
| YUV | 52.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 61 | 0 | 0.96 | 0.56 | 0.45 | 335.37 | 0.92 | 0.29 |
| Hex | 8C | 6 | 3D | 0 | 60 | 38 | 2D | 14F | 5C | 1D |
| Octal | 214 | 6 | 75 | 0 | 140 | 70 | 55 | 517 | 134 | 35 |
| Binary | 10001100 | 110 | 111101 | 0 | 1100000 | 111000 | 101101 | 101001111 | 1011100 | 11101 |
Color Harmonies of #8C063D
Complementary color
Monochromatic Colors of #8C063D
Black with #8C063D
Text Example
Text Example
White with #8C063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C063D; }
p { color: rgb(140,6,61); }
H1.HeaderClassName
{
color: #8C063D;
}
.AnyTagClassName
{
color: #8C063D;
}
</style>
background-color css
<style>
a { background-color: #8C063D; }
a { background-color: rgb(140,6,61); }
div.DivClassName
{
background-color: #8C063D;
}
.BgClassName
{
background-color: #8C063D;
}
</style>
border-color css
<style>
span { border-color: #8C063D; }
span { border-color: rgb(140,6,61); }
td.TdClassName
{
border-color: #8C063D;
}
.TagClassName
{
border-color: #8C063D;
}
</style>