Shades of Burgundy #780025
Tints of Burgundy #780025
RGB
CMYK
RGB Variations
Color information
#780025 (or 0x780025) is known color: Burgundy. HEX triplet: 78, 00 and 25. RGB value is (120,0,37). Sum of RGB (Red+Green+Blue) = 120+0+37=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #780025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780025 is #87FFDA. Grayscale: #282828. Windows color (decimal): -8912859 or 2424952. OLE color: 2424952.
HSL color Cylindrical-coordinate representation of color #780025: hue angle of 341.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780025 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.69 | 0.53 |
| HSL | 341.5º | 1% | 0.24% | - |
| HSV(B) | 341.5º | 1% | 0.47% | - |
| XYZ | 8.08 | 4.13 | 2.12 | - |
| YUV | 40.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 37 | 0 | 1 | 0.69 | 0.53 | 341.5 | 1 | 0.24 |
| Hex | 78 | 0 | 25 | 0 | 64 | 45 | 35 | 156 | 64 | 18 |
| Octal | 170 | 0 | 45 | 0 | 144 | 105 | 65 | 526 | 144 | 30 |
| Binary | 1111000 | 0 | 100101 | 0 | 1100100 | 1000101 | 110101 | 101010110 | 1100100 | 11000 |
Color Harmonies of #780025
Complementary color
Monochromatic Colors of #780025
Black with #780025
Text Example
Text Example
White with #780025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780025; }
p { color: rgb(120,0,37); }
H1.HeaderClassName
{
color: #780025;
}
.AnyTagClassName
{
color: #780025;
}
</style>
background-color css
<style>
a { background-color: #780025; }
a { background-color: rgb(120,0,37); }
div.DivClassName
{
background-color: #780025;
}
.BgClassName
{
background-color: #780025;
}
</style>
border-color css
<style>
span { border-color: #780025; }
span { border-color: rgb(120,0,37); }
td.TdClassName
{
border-color: #780025;
}
.TagClassName
{
border-color: #780025;
}
</style>