Shades of Burgundy #780915
Tints of Burgundy #780915
RGB
CMYK
RGB Variations
Color information
#780915 (or 0x780915) is known color: Burgundy. HEX triplet: 78, 09 and 15. RGB value is (120,9,21). Sum of RGB (Red+Green+Blue) = 120+9+21=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #780915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780915 is #87F6EA. Grayscale: #2B2B2B. Windows color (decimal): -8910571 or 1378680. OLE color: 1378680.
HSL color Cylindrical-coordinate representation of color #780915: hue angle of 353.51º degrees, saturation: 0.86, 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 #780915 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 21 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.53 |
| HSL | 353.51º | 0.86% | 0.25% | - |
| HSV(B) | 353.51º | 0.93% | 0.47% | - |
| XYZ | 7.98 | 4.24 | 1.11 | - |
| YUV | 43.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 21 | 0 | 0.92 | 0.83 | 0.53 | 353.51 | 0.86 | 0.25 |
| Hex | 78 | 9 | 15 | 0 | 5C | 53 | 35 | 162 | 56 | 19 |
| Octal | 170 | 11 | 25 | 0 | 134 | 123 | 65 | 542 | 126 | 31 |
| Binary | 1111000 | 1001 | 10101 | 0 | 1011100 | 1010011 | 110101 | 101100010 | 1010110 | 11001 |
Color Harmonies of #780915
Complementary color
Monochromatic Colors of #780915
Black with #780915
Text Example
Text Example
White with #780915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780915; }
p { color: rgb(120,9,21); }
H1.HeaderClassName
{
color: #780915;
}
.AnyTagClassName
{
color: #780915;
}
</style>
background-color css
<style>
a { background-color: #780915; }
a { background-color: rgb(120,9,21); }
div.DivClassName
{
background-color: #780915;
}
.BgClassName
{
background-color: #780915;
}
</style>
border-color css
<style>
span { border-color: #780915; }
span { border-color: rgb(120,9,21); }
td.TdClassName
{
border-color: #780915;
}
.TagClassName
{
border-color: #780915;
}
</style>