Shades of Burgundy #780815
Tints of Burgundy #780815
RGB
CMYK
RGB Variations
Color information
#780815 (or 0x780815) is known color: Burgundy. HEX triplet: 78, 08 and 15. RGB value is (120,8,21). Sum of RGB (Red+Green+Blue) = 120+8+21=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #780815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780815 is #87F7EA. Grayscale: #2B2B2B. Windows color (decimal): -8910827 or 1378424. OLE color: 1378424.
HSL color Cylindrical-coordinate representation of color #780815: hue angle of 353.04º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780815 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 21 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.53 |
| HSL | 353.04º | 0.88% | 0.25% | - |
| HSV(B) | 353.04º | 0.93% | 0.47% | - |
| XYZ | 7.97 | 4.22 | 1.1 | - |
| YUV | 42.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 21 | 0 | 0.93 | 0.83 | 0.53 | 353.04 | 0.88 | 0.25 |
| Hex | 78 | 8 | 15 | 0 | 5D | 53 | 35 | 161 | 58 | 19 |
| Octal | 170 | 10 | 25 | 0 | 135 | 123 | 65 | 541 | 130 | 31 |
| Binary | 1111000 | 1000 | 10101 | 0 | 1011101 | 1010011 | 110101 | 101100001 | 1011000 | 11001 |
Color Harmonies of #780815
Complementary color
Monochromatic Colors of #780815
Black with #780815
Text Example
Text Example
White with #780815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780815; }
p { color: rgb(120,8,21); }
H1.HeaderClassName
{
color: #780815;
}
.AnyTagClassName
{
color: #780815;
}
</style>
background-color css
<style>
a { background-color: #780815; }
a { background-color: rgb(120,8,21); }
div.DivClassName
{
background-color: #780815;
}
.BgClassName
{
background-color: #780815;
}
</style>
border-color css
<style>
span { border-color: #780815; }
span { border-color: rgb(120,8,21); }
td.TdClassName
{
border-color: #780815;
}
.TagClassName
{
border-color: #780815;
}
</style>