Shades of Burgundy #8C0B3E
Tints of Burgundy #8C0B3E
RGB
CMYK
RGB Variations
Color information
#8C0B3E (or 0x8C0B3E) is known color: Burgundy. HEX triplet: 8C, 0B and 3E. RGB value is (140,11,62). Sum of RGB (Red+Green+Blue) = 140+11+62=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B3E is #73F4C1. Grayscale: #373737. Windows color (decimal): -7599298 or 4066188. OLE color: 4066188.
HSL color Cylindrical-coordinate representation of color #8C0B3E: hue angle of 336.28º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B3E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 62 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.45 |
| HSL | 336.28º | 0.85% | 0.3% | - |
| HSV(B) | 336.28º | 0.92% | 0.55% | - |
| XYZ | 11.8 | 6.16 | 5.12 | - |
| YUV | 55.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 62 | 0 | 0.92 | 0.56 | 0.45 | 336.28 | 0.85 | 0.3 |
| Hex | 8C | B | 3E | 0 | 5C | 38 | 2D | 150 | 55 | 1E |
| Octal | 214 | 13 | 76 | 0 | 134 | 70 | 55 | 520 | 125 | 36 |
| Binary | 10001100 | 1011 | 111110 | 0 | 1011100 | 111000 | 101101 | 101010000 | 1010101 | 11110 |
Color Harmonies of #8C0B3E
Complementary color
Monochromatic Colors of #8C0B3E
Black with #8C0B3E
Text Example
Text Example
White with #8C0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B3E; }
p { color: rgb(140,11,62); }
H1.HeaderClassName
{
color: #8C0B3E;
}
.AnyTagClassName
{
color: #8C0B3E;
}
</style>
background-color css
<style>
a { background-color: #8C0B3E; }
a { background-color: rgb(140,11,62); }
div.DivClassName
{
background-color: #8C0B3E;
}
.BgClassName
{
background-color: #8C0B3E;
}
</style>
border-color css
<style>
span { border-color: #8C0B3E; }
span { border-color: rgb(140,11,62); }
td.TdClassName
{
border-color: #8C0B3E;
}
.TagClassName
{
border-color: #8C0B3E;
}
</style>