Shades of Burgundy #780715
Tints of Burgundy #780715
RGB
CMYK
RGB Variations
Color information
#780715 (or 0x780715) is known color: Burgundy. HEX triplet: 78, 07 and 15. RGB value is (120,7,21). Sum of RGB (Red+Green+Blue) = 120+7+21=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #780715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780715 is #87F8EA. Grayscale: #2A2A2A. Windows color (decimal): -8911083 or 1378168. OLE color: 1378168.
HSL color Cylindrical-coordinate representation of color #780715: hue angle of 352.57º 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 #780715 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 21 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.53 |
| HSL | 352.57º | 0.89% | 0.25% | - |
| HSV(B) | 352.57º | 0.94% | 0.47% | - |
| XYZ | 7.96 | 4.2 | 1.1 | - |
| YUV | 42.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 21 | 0 | 0.94 | 0.83 | 0.53 | 352.57 | 0.89 | 0.25 |
| Hex | 78 | 7 | 15 | 0 | 5E | 53 | 35 | 161 | 59 | 19 |
| Octal | 170 | 7 | 25 | 0 | 136 | 123 | 65 | 541 | 131 | 31 |
| Binary | 1111000 | 111 | 10101 | 0 | 1011110 | 1010011 | 110101 | 101100001 | 1011001 | 11001 |
Color Harmonies of #780715
Complementary color
Monochromatic Colors of #780715
Black with #780715
Text Example
Text Example
White with #780715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780715; }
p { color: rgb(120,7,21); }
H1.HeaderClassName
{
color: #780715;
}
.AnyTagClassName
{
color: #780715;
}
</style>
background-color css
<style>
a { background-color: #780715; }
a { background-color: rgb(120,7,21); }
div.DivClassName
{
background-color: #780715;
}
.BgClassName
{
background-color: #780715;
}
</style>
border-color css
<style>
span { border-color: #780715; }
span { border-color: rgb(120,7,21); }
td.TdClassName
{
border-color: #780715;
}
.TagClassName
{
border-color: #780715;
}
</style>