Shades of Burgundy #780220
Tints of Burgundy #780220
RGB
CMYK
RGB Variations
Color information
#780220 (or 0x780220) is known color: Burgundy. HEX triplet: 78, 02 and 20. RGB value is (120,2,32). Sum of RGB (Red+Green+Blue) = 120+2+32=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #780220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780220 is #87FDDF. Grayscale: #282828. Windows color (decimal): -8912352 or 2097784. OLE color: 2097784.
HSL color Cylindrical-coordinate representation of color #780220: hue angle of 344.75º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780220 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.53 |
| HSL | 344.75º | 0.97% | 0.24% | - |
| HSV(B) | 344.75º | 0.98% | 0.47% | - |
| XYZ | 8.03 | 4.14 | 1.74 | - |
| YUV | 40.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 32 | 0 | 0.98 | 0.73 | 0.53 | 344.75 | 0.97 | 0.24 |
| Hex | 78 | 2 | 20 | 0 | 62 | 49 | 35 | 159 | 61 | 18 |
| Octal | 170 | 2 | 40 | 0 | 142 | 111 | 65 | 531 | 141 | 30 |
| Binary | 1111000 | 10 | 100000 | 0 | 1100010 | 1001001 | 110101 | 101011001 | 1100001 | 11000 |
Color Harmonies of #780220
Complementary color
Monochromatic Colors of #780220
Black with #780220
Text Example
Text Example
White with #780220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780220; }
p { color: rgb(120,2,32); }
H1.HeaderClassName
{
color: #780220;
}
.AnyTagClassName
{
color: #780220;
}
</style>
background-color css
<style>
a { background-color: #780220; }
a { background-color: rgb(120,2,32); }
div.DivClassName
{
background-color: #780220;
}
.BgClassName
{
background-color: #780220;
}
</style>
border-color css
<style>
span { border-color: #780220; }
span { border-color: rgb(120,2,32); }
td.TdClassName
{
border-color: #780220;
}
.TagClassName
{
border-color: #780220;
}
</style>