Shades of Burgundy #8C0B31
Tints of Burgundy #8C0B31
RGB
CMYK
RGB Variations
Color information
#8C0B31 (or 0x8C0B31) is known color: Burgundy. HEX triplet: 8C, 0B and 31. RGB value is (140,11,49). Sum of RGB (Red+Green+Blue) = 140+11+49=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B31 is #73F4CE. Grayscale: #353535. Windows color (decimal): -7599311 or 3214220. OLE color: 3214220.
HSL color Cylindrical-coordinate representation of color #8C0B31: hue angle of 342.33º 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 #8C0B31 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 49 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.45 |
| HSL | 342.33º | 0.85% | 0.3% | - |
| HSV(B) | 342.33º | 0.92% | 0.55% | - |
| XYZ | 11.49 | 6.04 | 3.47 | - |
| YUV | 53.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 49 | 0 | 0.92 | 0.65 | 0.45 | 342.33 | 0.85 | 0.3 |
| Hex | 8C | B | 31 | 0 | 5C | 41 | 2D | 156 | 55 | 1E |
| Octal | 214 | 13 | 61 | 0 | 134 | 101 | 55 | 526 | 125 | 36 |
| Binary | 10001100 | 1011 | 110001 | 0 | 1011100 | 1000001 | 101101 | 101010110 | 1010101 | 11110 |
Color Harmonies of #8C0B31
Complementary color
Monochromatic Colors of #8C0B31
Black with #8C0B31
Text Example
Text Example
White with #8C0B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B31; }
p { color: rgb(140,11,49); }
H1.HeaderClassName
{
color: #8C0B31;
}
.AnyTagClassName
{
color: #8C0B31;
}
</style>
background-color css
<style>
a { background-color: #8C0B31; }
a { background-color: rgb(140,11,49); }
div.DivClassName
{
background-color: #8C0B31;
}
.BgClassName
{
background-color: #8C0B31;
}
</style>
border-color css
<style>
span { border-color: #8C0B31; }
span { border-color: rgb(140,11,49); }
td.TdClassName
{
border-color: #8C0B31;
}
.TagClassName
{
border-color: #8C0B31;
}
</style>