Shades of Burgundy #780031
Tints of Burgundy #780031
RGB
CMYK
RGB Variations
Color information
#780031 (or 0x780031) is known color: Burgundy. HEX triplet: 78, 00 and 31. RGB value is (120,0,49). Sum of RGB (Red+Green+Blue) = 120+0+49=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #780031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780031 is #87FFCE. Grayscale: #292929. Windows color (decimal): -8912847 or 3211384. OLE color: 3211384.
HSL color Cylindrical-coordinate representation of color #780031: hue angle of 335.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780031 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.59 | 0.53 |
| HSL | 335.5º | 1% | 0.24% | - |
| HSV(B) | 335.5º | 1% | 0.47% | - |
| XYZ | 8.3 | 4.21 | 3.28 | - |
| YUV | 41.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 49 | 0 | 1 | 0.59 | 0.53 | 335.5 | 1 | 0.24 |
| Hex | 78 | 0 | 31 | 0 | 64 | 3B | 35 | 150 | 64 | 18 |
| Octal | 170 | 0 | 61 | 0 | 144 | 73 | 65 | 520 | 144 | 30 |
| Binary | 1111000 | 0 | 110001 | 0 | 1100100 | 111011 | 110101 | 101010000 | 1100100 | 11000 |
Color Harmonies of #780031
Complementary color
Monochromatic Colors of #780031
Black with #780031
Text Example
Text Example
White with #780031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780031; }
p { color: rgb(120,0,49); }
H1.HeaderClassName
{
color: #780031;
}
.AnyTagClassName
{
color: #780031;
}
</style>
background-color css
<style>
a { background-color: #780031; }
a { background-color: rgb(120,0,49); }
div.DivClassName
{
background-color: #780031;
}
.BgClassName
{
background-color: #780031;
}
</style>
border-color css
<style>
span { border-color: #780031; }
span { border-color: rgb(120,0,49); }
td.TdClassName
{
border-color: #780031;
}
.TagClassName
{
border-color: #780031;
}
</style>