Shades of Burgundy #780A14
Tints of Burgundy #780A14
RGB
CMYK
RGB Variations
Color information
#780A14 (or 0x780A14) is known color: Burgundy. HEX triplet: 78, 0A and 14. RGB value is (120,10,20). Sum of RGB (Red+Green+Blue) = 120+10+20=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #780A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A14 is #87F5EB. Grayscale: #2C2C2C. Windows color (decimal): -8910316 or 1313400. OLE color: 1313400.
HSL color Cylindrical-coordinate representation of color #780A14: hue angle of 354.55º 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 #780A14 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 20 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.53 |
| HSL | 354.55º | 0.85% | 0.25% | - |
| HSV(B) | 354.55º | 0.92% | 0.47% | - |
| XYZ | 7.98 | 4.26 | 1.06 | - |
| YUV | 44.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 20 | 0 | 0.92 | 0.83 | 0.53 | 354.55 | 0.85 | 0.25 |
| Hex | 78 | A | 14 | 0 | 5C | 53 | 35 | 163 | 55 | 19 |
| Octal | 170 | 12 | 24 | 0 | 134 | 123 | 65 | 543 | 125 | 31 |
| Binary | 1111000 | 1010 | 10100 | 0 | 1011100 | 1010011 | 110101 | 101100011 | 1010101 | 11001 |
Color Harmonies of #780A14
Complementary color
Monochromatic Colors of #780A14
Black with #780A14
Text Example
Text Example
White with #780A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A14; }
p { color: rgb(120,10,20); }
H1.HeaderClassName
{
color: #780A14;
}
.AnyTagClassName
{
color: #780A14;
}
</style>
background-color css
<style>
a { background-color: #780A14; }
a { background-color: rgb(120,10,20); }
div.DivClassName
{
background-color: #780A14;
}
.BgClassName
{
background-color: #780A14;
}
</style>
border-color css
<style>
span { border-color: #780A14; }
span { border-color: rgb(120,10,20); }
td.TdClassName
{
border-color: #780A14;
}
.TagClassName
{
border-color: #780A14;
}
</style>