Shades of Burgundy #780720
Tints of Burgundy #780720
RGB
CMYK
RGB Variations
Color information
#780720 (or 0x780720) is known color: Burgundy. HEX triplet: 78, 07 and 20. RGB value is (120,7,32). Sum of RGB (Red+Green+Blue) = 120+7+32=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #780720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780720 is #87F8DF. Grayscale: #2B2B2B. Windows color (decimal): -8911072 or 2099064. OLE color: 2099064.
HSL color Cylindrical-coordinate representation of color #780720: hue angle of 346.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780720 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 32 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.53 |
| HSL | 346.73º | 0.89% | 0.25% | - |
| HSV(B) | 346.73º | 0.94% | 0.47% | - |
| XYZ | 8.08 | 4.25 | 1.76 | - |
| YUV | 43.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 32 | 0 | 0.94 | 0.73 | 0.53 | 346.73 | 0.89 | 0.25 |
| Hex | 78 | 7 | 20 | 0 | 5E | 49 | 35 | 15B | 59 | 19 |
| Octal | 170 | 7 | 40 | 0 | 136 | 111 | 65 | 533 | 131 | 31 |
| Binary | 1111000 | 111 | 100000 | 0 | 1011110 | 1001001 | 110101 | 101011011 | 1011001 | 11001 |
Color Harmonies of #780720
Complementary color
Monochromatic Colors of #780720
Black with #780720
Text Example
Text Example
White with #780720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780720; }
p { color: rgb(120,7,32); }
H1.HeaderClassName
{
color: #780720;
}
.AnyTagClassName
{
color: #780720;
}
</style>
background-color css
<style>
a { background-color: #780720; }
a { background-color: rgb(120,7,32); }
div.DivClassName
{
background-color: #780720;
}
.BgClassName
{
background-color: #780720;
}
</style>
border-color css
<style>
span { border-color: #780720; }
span { border-color: rgb(120,7,32); }
td.TdClassName
{
border-color: #780720;
}
.TagClassName
{
border-color: #780720;
}
</style>