Shades of Burgundy #790525
Tints of Burgundy #790525
RGB
CMYK
RGB Variations
Color information
#790525 (or 0x790525) is known color: Burgundy. HEX triplet: 79, 05 and 25. RGB value is (121,5,37). Sum of RGB (Red+Green+Blue) = 121+5+37=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790525 is #86FADA. Grayscale: #2B2B2B. Windows color (decimal): -8846043 or 2426233. OLE color: 2426233.
HSL color Cylindrical-coordinate representation of color #790525: hue angle of 343.45º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790525 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 37 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.53 |
| HSL | 343.45º | 0.92% | 0.25% | - |
| HSV(B) | 343.45º | 0.96% | 0.47% | - |
| XYZ | 8.27 | 4.31 | 2.15 | - |
| YUV | 43.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 37 | 0 | 0.96 | 0.69 | 0.53 | 343.45 | 0.92 | 0.25 |
| Hex | 79 | 5 | 25 | 0 | 60 | 45 | 35 | 157 | 5C | 19 |
| Octal | 171 | 5 | 45 | 0 | 140 | 105 | 65 | 527 | 134 | 31 |
| Binary | 1111001 | 101 | 100101 | 0 | 1100000 | 1000101 | 110101 | 101010111 | 1011100 | 11001 |
Color Harmonies of #790525
Complementary color
Monochromatic Colors of #790525
Black with #790525
Text Example
Text Example
White with #790525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790525; }
p { color: rgb(121,5,37); }
H1.HeaderClassName
{
color: #790525;
}
.AnyTagClassName
{
color: #790525;
}
</style>
background-color css
<style>
a { background-color: #790525; }
a { background-color: rgb(121,5,37); }
div.DivClassName
{
background-color: #790525;
}
.BgClassName
{
background-color: #790525;
}
</style>
border-color css
<style>
span { border-color: #790525; }
span { border-color: rgb(121,5,37); }
td.TdClassName
{
border-color: #790525;
}
.TagClassName
{
border-color: #790525;
}
</style>