Shades of Burgundy #780B20
Tints of Burgundy #780B20
RGB
CMYK
RGB Variations
Color information
#780B20 (or 0x780B20) is known color: Burgundy. HEX triplet: 78, 0B and 20. RGB value is (120,11,32). Sum of RGB (Red+Green+Blue) = 120+11+32=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #780B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B20 is #87F4DF. Grayscale: #2E2E2E. Windows color (decimal): -8910048 or 2100088. OLE color: 2100088.
HSL color Cylindrical-coordinate representation of color #780B20: hue angle of 348.44º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B20 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 32 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.53 |
| HSL | 348.44º | 0.83% | 0.26% | - |
| HSV(B) | 348.44º | 0.91% | 0.47% | - |
| XYZ | 8.13 | 4.34 | 1.78 | - |
| YUV | 45.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 32 | 0 | 0.91 | 0.73 | 0.53 | 348.44 | 0.83 | 0.26 |
| Hex | 78 | B | 20 | 0 | 5B | 49 | 35 | 15C | 53 | 1A |
| Octal | 170 | 13 | 40 | 0 | 133 | 111 | 65 | 534 | 123 | 32 |
| Binary | 1111000 | 1011 | 100000 | 0 | 1011011 | 1001001 | 110101 | 101011100 | 1010011 | 11010 |
Color Harmonies of #780B20
Complementary color
Monochromatic Colors of #780B20
Black with #780B20
Text Example
Text Example
White with #780B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B20; }
p { color: rgb(120,11,32); }
H1.HeaderClassName
{
color: #780B20;
}
.AnyTagClassName
{
color: #780B20;
}
</style>
background-color css
<style>
a { background-color: #780B20; }
a { background-color: rgb(120,11,32); }
div.DivClassName
{
background-color: #780B20;
}
.BgClassName
{
background-color: #780B20;
}
</style>
border-color css
<style>
span { border-color: #780B20; }
span { border-color: rgb(120,11,32); }
td.TdClassName
{
border-color: #780B20;
}
.TagClassName
{
border-color: #780B20;
}
</style>