Shades of Burgundy #780325
Tints of Burgundy #780325
RGB
CMYK
RGB Variations
Color information
#780325 (or 0x780325) is known color: Burgundy. HEX triplet: 78, 03 and 25. RGB value is (120,3,37). Sum of RGB (Red+Green+Blue) = 120+3+37=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780325 is #87FCDA. Grayscale: #292929. Windows color (decimal): -8912091 or 2425720. OLE color: 2425720.
HSL color Cylindrical-coordinate representation of color #780325: hue angle of 342.56º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780325 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.53 |
| HSL | 342.56º | 0.95% | 0.24% | - |
| HSV(B) | 342.56º | 0.98% | 0.47% | - |
| XYZ | 8.11 | 4.19 | 2.13 | - |
| YUV | 41.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 37 | 0 | 0.98 | 0.69 | 0.53 | 342.56 | 0.95 | 0.24 |
| Hex | 78 | 3 | 25 | 0 | 62 | 45 | 35 | 157 | 5F | 18 |
| Octal | 170 | 3 | 45 | 0 | 142 | 105 | 65 | 527 | 137 | 30 |
| Binary | 1111000 | 11 | 100101 | 0 | 1100010 | 1000101 | 110101 | 101010111 | 1011111 | 11000 |
Color Harmonies of #780325
Complementary color
Monochromatic Colors of #780325
Black with #780325
Text Example
Text Example
White with #780325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780325; }
p { color: rgb(120,3,37); }
H1.HeaderClassName
{
color: #780325;
}
.AnyTagClassName
{
color: #780325;
}
</style>
background-color css
<style>
a { background-color: #780325; }
a { background-color: rgb(120,3,37); }
div.DivClassName
{
background-color: #780325;
}
.BgClassName
{
background-color: #780325;
}
</style>
border-color css
<style>
span { border-color: #780325; }
span { border-color: rgb(120,3,37); }
td.TdClassName
{
border-color: #780325;
}
.TagClassName
{
border-color: #780325;
}
</style>