Shades of Burgundy #780A25
Tints of Burgundy #780A25
RGB
CMYK
RGB Variations
Color information
#780A25 (or 0x780A25) is known color: Burgundy. HEX triplet: 78, 0A and 25. RGB value is (120,10,37). Sum of RGB (Red+Green+Blue) = 120+10+37=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #780A25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A25 is #87F5DA. Grayscale: #2D2D2D. Windows color (decimal): -8910299 or 2427512. OLE color: 2427512.
HSL color Cylindrical-coordinate representation of color #780A25: hue angle of 345.27º 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 #780A25 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 37 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.53 |
| HSL | 345.27º | 0.85% | 0.25% | - |
| HSV(B) | 345.27º | 0.92% | 0.47% | - |
| XYZ | 8.19 | 4.34 | 2.16 | - |
| YUV | 45.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 37 | 0 | 0.92 | 0.69 | 0.53 | 345.27 | 0.85 | 0.25 |
| Hex | 78 | A | 25 | 0 | 5C | 45 | 35 | 159 | 55 | 19 |
| Octal | 170 | 12 | 45 | 0 | 134 | 105 | 65 | 531 | 125 | 31 |
| Binary | 1111000 | 1010 | 100101 | 0 | 1011100 | 1000101 | 110101 | 101011001 | 1010101 | 11001 |
Color Harmonies of #780A25
Complementary color
Monochromatic Colors of #780A25
Black with #780A25
Text Example
Text Example
White with #780A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A25; }
p { color: rgb(120,10,37); }
H1.HeaderClassName
{
color: #780A25;
}
.AnyTagClassName
{
color: #780A25;
}
</style>
background-color css
<style>
a { background-color: #780A25; }
a { background-color: rgb(120,10,37); }
div.DivClassName
{
background-color: #780A25;
}
.BgClassName
{
background-color: #780A25;
}
</style>
border-color css
<style>
span { border-color: #780A25; }
span { border-color: rgb(120,10,37); }
td.TdClassName
{
border-color: #780A25;
}
.TagClassName
{
border-color: #780A25;
}
</style>