Shades of Burgundy #8C0031
Tints of Burgundy #8C0031
RGB
CMYK
RGB Variations
Color information
#8C0031 (or 0x8C0031) is known color: Burgundy. HEX triplet: 8C, 00 and 31. RGB value is (140,0,49). Sum of RGB (Red+Green+Blue) = 140+0+49=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0031 is #73FFCE. Grayscale: #2F2F2F. Windows color (decimal): -7602127 or 3211404. OLE color: 3211404.
HSL color Cylindrical-coordinate representation of color #8C0031: hue angle of 339º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0031 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.65 | 0.45 |
| HSL | 339º | 1% | 0.27% | - |
| HSV(B) | 339º | 1% | 0.55% | - |
| XYZ | 11.37 | 5.8 | 3.43 | - |
| YUV | 47.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 49 | 0 | 1 | 0.65 | 0.45 | 339 | 1 | 0.27 |
| Hex | 8C | 0 | 31 | 0 | 64 | 41 | 2D | 153 | 64 | 1B |
| Octal | 214 | 0 | 61 | 0 | 144 | 101 | 55 | 523 | 144 | 33 |
| Binary | 10001100 | 0 | 110001 | 0 | 1100100 | 1000001 | 101101 | 101010011 | 1100100 | 11011 |
Color Harmonies of #8C0031
Complementary color
Monochromatic Colors of #8C0031
Black with #8C0031
Text Example
Text Example
White with #8C0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0031; }
p { color: rgb(140,0,49); }
H1.HeaderClassName
{
color: #8C0031;
}
.AnyTagClassName
{
color: #8C0031;
}
</style>
background-color css
<style>
a { background-color: #8C0031; }
a { background-color: rgb(140,0,49); }
div.DivClassName
{
background-color: #8C0031;
}
.BgClassName
{
background-color: #8C0031;
}
</style>
border-color css
<style>
span { border-color: #8C0031; }
span { border-color: rgb(140,0,49); }
td.TdClassName
{
border-color: #8C0031;
}
.TagClassName
{
border-color: #8C0031;
}
</style>