Shades of Burgundy #780620
Tints of Burgundy #780620
RGB
CMYK
RGB Variations
Color information
#780620 (or 0x780620) is known color: Burgundy. HEX triplet: 78, 06 and 20. RGB value is (120,6,32). Sum of RGB (Red+Green+Blue) = 120+6+32=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #780620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780620 is #87F9DF. Grayscale: #2B2B2B. Windows color (decimal): -8911328 or 2098808. OLE color: 2098808.
HSL color Cylindrical-coordinate representation of color #780620: hue angle of 346.32º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780620 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 32 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.53 |
| HSL | 346.32º | 0.9% | 0.25% | - |
| HSV(B) | 346.32º | 0.95% | 0.47% | - |
| XYZ | 8.07 | 4.23 | 1.76 | - |
| YUV | 43.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 32 | 0 | 0.95 | 0.73 | 0.53 | 346.32 | 0.9 | 0.25 |
| Hex | 78 | 6 | 20 | 0 | 5F | 49 | 35 | 15A | 5A | 19 |
| Octal | 170 | 6 | 40 | 0 | 137 | 111 | 65 | 532 | 132 | 31 |
| Binary | 1111000 | 110 | 100000 | 0 | 1011111 | 1001001 | 110101 | 101011010 | 1011010 | 11001 |
Color Harmonies of #780620
Complementary color
Monochromatic Colors of #780620
Black with #780620
Text Example
Text Example
White with #780620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780620; }
p { color: rgb(120,6,32); }
H1.HeaderClassName
{
color: #780620;
}
.AnyTagClassName
{
color: #780620;
}
</style>
background-color css
<style>
a { background-color: #780620; }
a { background-color: rgb(120,6,32); }
div.DivClassName
{
background-color: #780620;
}
.BgClassName
{
background-color: #780620;
}
</style>
border-color css
<style>
span { border-color: #780620; }
span { border-color: rgb(120,6,32); }
td.TdClassName
{
border-color: #780620;
}
.TagClassName
{
border-color: #780620;
}
</style>