Shades of Burgundy #790325
Tints of Burgundy #790325
RGB
CMYK
RGB Variations
Color information
#790325 (or 0x790325) is known color: Burgundy. HEX triplet: 79, 03 and 25. RGB value is (121,3,37). Sum of RGB (Red+Green+Blue) = 121+3+37=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #790325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790325 is #86FCDA. Grayscale: #2A2A2A. Windows color (decimal): -8846555 or 2425721. OLE color: 2425721.
HSL color Cylindrical-coordinate representation of color #790325: hue angle of 342.71º 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 #790325 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.53 |
| HSL | 342.71º | 0.95% | 0.24% | - |
| HSV(B) | 342.71º | 0.98% | 0.47% | - |
| XYZ | 8.25 | 4.26 | 2.14 | - |
| YUV | 42.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 37 | 0 | 0.98 | 0.69 | 0.53 | 342.71 | 0.95 | 0.24 |
| Hex | 79 | 3 | 25 | 0 | 62 | 45 | 35 | 157 | 5F | 18 |
| Octal | 171 | 3 | 45 | 0 | 142 | 105 | 65 | 527 | 137 | 30 |
| Binary | 1111001 | 11 | 100101 | 0 | 1100010 | 1000101 | 110101 | 101010111 | 1011111 | 11000 |
Color Harmonies of #790325
Complementary color
Monochromatic Colors of #790325
Black with #790325
Text Example
Text Example
White with #790325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790325; }
p { color: rgb(121,3,37); }
H1.HeaderClassName
{
color: #790325;
}
.AnyTagClassName
{
color: #790325;
}
</style>
background-color css
<style>
a { background-color: #790325; }
a { background-color: rgb(121,3,37); }
div.DivClassName
{
background-color: #790325;
}
.BgClassName
{
background-color: #790325;
}
</style>
border-color css
<style>
span { border-color: #790325; }
span { border-color: rgb(121,3,37); }
td.TdClassName
{
border-color: #790325;
}
.TagClassName
{
border-color: #790325;
}
</style>