Shades of Burgundy #780A15
Tints of Burgundy #780A15
RGB
CMYK
RGB Variations
Color information
#780A15 (or 0x780A15) is known color: Burgundy. HEX triplet: 78, 0A and 15. RGB value is (120,10,21). Sum of RGB (Red+Green+Blue) = 120+10+21=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #780A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A15 is #87F5EA. Grayscale: #2C2C2C. Windows color (decimal): -8910315 or 1378936. OLE color: 1378936.
HSL color Cylindrical-coordinate representation of color #780A15: hue angle of 354º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A15 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 21 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.53 |
| HSL | 354º | 0.85% | 0.25% | - |
| HSV(B) | 354º | 0.92% | 0.47% | - |
| XYZ | 7.99 | 4.26 | 1.11 | - |
| YUV | 44.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 21 | 0 | 0.92 | 0.83 | 0.53 | 354 | 0.85 | 0.25 |
| Hex | 78 | A | 15 | 0 | 5C | 53 | 35 | 162 | 55 | 19 |
| Octal | 170 | 12 | 25 | 0 | 134 | 123 | 65 | 542 | 125 | 31 |
| Binary | 1111000 | 1010 | 10101 | 0 | 1011100 | 1010011 | 110101 | 101100010 | 1010101 | 11001 |
Color Harmonies of #780A15
Complementary color
Monochromatic Colors of #780A15
Black with #780A15
Text Example
Text Example
White with #780A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A15; }
p { color: rgb(120,10,21); }
H1.HeaderClassName
{
color: #780A15;
}
.AnyTagClassName
{
color: #780A15;
}
</style>
background-color css
<style>
a { background-color: #780A15; }
a { background-color: rgb(120,10,21); }
div.DivClassName
{
background-color: #780A15;
}
.BgClassName
{
background-color: #780A15;
}
</style>
border-color css
<style>
span { border-color: #780A15; }
span { border-color: rgb(120,10,21); }
td.TdClassName
{
border-color: #780A15;
}
.TagClassName
{
border-color: #780A15;
}
</style>