Shades of Burgundy #780726
Tints of Burgundy #780726
RGB
CMYK
RGB Variations
Color information
#780726 (or 0x780726) is known color: Burgundy. HEX triplet: 78, 07 and 26. RGB value is (120,7,38). Sum of RGB (Red+Green+Blue) = 120+7+38=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #780726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780726 is #87F8D9. Grayscale: #2C2C2C. Windows color (decimal): -8911066 or 2492280. OLE color: 2492280.
HSL color Cylindrical-coordinate representation of color #780726: hue angle of 343.54º 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 #780726 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 38 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.53 |
| HSL | 343.54º | 0.89% | 0.25% | - |
| HSV(B) | 343.54º | 0.94% | 0.47% | - |
| XYZ | 8.17 | 4.28 | 2.23 | - |
| YUV | 44.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 38 | 0 | 0.94 | 0.68 | 0.53 | 343.54 | 0.89 | 0.25 |
| Hex | 78 | 7 | 26 | 0 | 5E | 44 | 35 | 158 | 59 | 19 |
| Octal | 170 | 7 | 46 | 0 | 136 | 104 | 65 | 530 | 131 | 31 |
| Binary | 1111000 | 111 | 100110 | 0 | 1011110 | 1000100 | 110101 | 101011000 | 1011001 | 11001 |
Color Harmonies of #780726
Complementary color
Monochromatic Colors of #780726
Black with #780726
Text Example
Text Example
White with #780726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780726; }
p { color: rgb(120,7,38); }
H1.HeaderClassName
{
color: #780726;
}
.AnyTagClassName
{
color: #780726;
}
</style>
background-color css
<style>
a { background-color: #780726; }
a { background-color: rgb(120,7,38); }
div.DivClassName
{
background-color: #780726;
}
.BgClassName
{
background-color: #780726;
}
</style>
border-color css
<style>
span { border-color: #780726; }
span { border-color: rgb(120,7,38); }
td.TdClassName
{
border-color: #780726;
}
.TagClassName
{
border-color: #780726;
}
</style>