Shades of Burgundy #780F20
Tints of Burgundy #780F20
RGB
CMYK
RGB Variations
Color information
#780F20 (or 0x780F20) is known color: Burgundy. HEX triplet: 78, 0F and 20. RGB value is (120,15,32). Sum of RGB (Red+Green+Blue) = 120+15+32=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #780F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F20 is #87F0DF. Grayscale: #303030. Windows color (decimal): -8909024 or 2101112. OLE color: 2101112.
HSL color Cylindrical-coordinate representation of color #780F20: hue angle of 350.29º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F20 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 32 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.53 |
| HSL | 350.29º | 0.78% | 0.26% | - |
| HSV(B) | 350.29º | 0.88% | 0.47% | - |
| XYZ | 8.18 | 4.44 | 1.79 | - |
| YUV | 48.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 32 | 0 | 0.87 | 0.73 | 0.53 | 350.29 | 0.78 | 0.26 |
| Hex | 78 | F | 20 | 0 | 57 | 49 | 35 | 15E | 4E | 1A |
| Octal | 170 | 17 | 40 | 0 | 127 | 111 | 65 | 536 | 116 | 32 |
| Binary | 1111000 | 1111 | 100000 | 0 | 1010111 | 1001001 | 110101 | 101011110 | 1001110 | 11010 |
Color Harmonies of #780F20
Complementary color
Monochromatic Colors of #780F20
Black with #780F20
Text Example
Text Example
White with #780F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F20; }
p { color: rgb(120,15,32); }
H1.HeaderClassName
{
color: #780F20;
}
.AnyTagClassName
{
color: #780F20;
}
</style>
background-color css
<style>
a { background-color: #780F20; }
a { background-color: rgb(120,15,32); }
div.DivClassName
{
background-color: #780F20;
}
.BgClassName
{
background-color: #780F20;
}
</style>
border-color css
<style>
span { border-color: #780F20; }
span { border-color: rgb(120,15,32); }
td.TdClassName
{
border-color: #780F20;
}
.TagClassName
{
border-color: #780F20;
}
</style>