Shades of Burgundy #8C0B3B
Tints of Burgundy #8C0B3B
RGB
CMYK
RGB Variations
Color information
#8C0B3B (or 0x8C0B3B) is known color: Burgundy. HEX triplet: 8C, 0B and 3B. RGB value is (140,11,59). Sum of RGB (Red+Green+Blue) = 140+11+59=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B3B is #73F4C4. Grayscale: #363636. Windows color (decimal): -7599301 or 3869580. OLE color: 3869580.
HSL color Cylindrical-coordinate representation of color #8C0B3B: hue angle of 337.67º 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 #8C0B3B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 59 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.45 |
| HSL | 337.67º | 0.85% | 0.3% | - |
| HSV(B) | 337.67º | 0.92% | 0.55% | - |
| XYZ | 11.72 | 6.13 | 4.7 | - |
| YUV | 55.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 59 | 0 | 0.92 | 0.58 | 0.45 | 337.67 | 0.85 | 0.3 |
| Hex | 8C | B | 3B | 0 | 5C | 3A | 2D | 152 | 55 | 1E |
| Octal | 214 | 13 | 73 | 0 | 134 | 72 | 55 | 522 | 125 | 36 |
| Binary | 10001100 | 1011 | 111011 | 0 | 1011100 | 111010 | 101101 | 101010010 | 1010101 | 11110 |
Color Harmonies of #8C0B3B
Complementary color
Monochromatic Colors of #8C0B3B
Black with #8C0B3B
Text Example
Text Example
White with #8C0B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B3B; }
p { color: rgb(140,11,59); }
H1.HeaderClassName
{
color: #8C0B3B;
}
.AnyTagClassName
{
color: #8C0B3B;
}
</style>
background-color css
<style>
a { background-color: #8C0B3B; }
a { background-color: rgb(140,11,59); }
div.DivClassName
{
background-color: #8C0B3B;
}
.BgClassName
{
background-color: #8C0B3B;
}
</style>
border-color css
<style>
span { border-color: #8C0B3B; }
span { border-color: rgb(140,11,59); }
td.TdClassName
{
border-color: #8C0B3B;
}
.TagClassName
{
border-color: #8C0B3B;
}
</style>