Shades of Burgundy #8C0B3F
Tints of Burgundy #8C0B3F
RGB
CMYK
RGB Variations
Color information
#8C0B3F (or 0x8C0B3F) is known color: Burgundy. HEX triplet: 8C, 0B and 3F. RGB value is (140,11,63). Sum of RGB (Red+Green+Blue) = 140+11+63=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B3F is #73F4C0. Grayscale: #373737. Windows color (decimal): -7599297 or 4131724. OLE color: 4131724.
HSL color Cylindrical-coordinate representation of color #8C0B3F: hue angle of 335.81º 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 #8C0B3F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 63 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.45 |
| HSL | 335.81º | 0.85% | 0.3% | - |
| HSV(B) | 335.81º | 0.92% | 0.55% | - |
| XYZ | 11.83 | 6.17 | 5.27 | - |
| YUV | 55.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 63 | 0 | 0.92 | 0.55 | 0.45 | 335.81 | 0.85 | 0.3 |
| Hex | 8C | B | 3F | 0 | 5C | 37 | 2D | 150 | 55 | 1E |
| Octal | 214 | 13 | 77 | 0 | 134 | 67 | 55 | 520 | 125 | 36 |
| Binary | 10001100 | 1011 | 111111 | 0 | 1011100 | 110111 | 101101 | 101010000 | 1010101 | 11110 |
Color Harmonies of #8C0B3F
Complementary color
Monochromatic Colors of #8C0B3F
Black with #8C0B3F
Text Example
Text Example
White with #8C0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B3F; }
p { color: rgb(140,11,63); }
H1.HeaderClassName
{
color: #8C0B3F;
}
.AnyTagClassName
{
color: #8C0B3F;
}
</style>
background-color css
<style>
a { background-color: #8C0B3F; }
a { background-color: rgb(140,11,63); }
div.DivClassName
{
background-color: #8C0B3F;
}
.BgClassName
{
background-color: #8C0B3F;
}
</style>
border-color css
<style>
span { border-color: #8C0B3F; }
span { border-color: rgb(140,11,63); }
td.TdClassName
{
border-color: #8C0B3F;
}
.TagClassName
{
border-color: #8C0B3F;
}
</style>