Shades of Lusty #792F24
Tints of Lusty #792F24
RGB
CMYK
RGB Variations
Color information
#792F24 (or 0x792F24) is known color: Lusty. HEX triplet: 79, 2F and 24. RGB value is (121,47,36). Sum of RGB (Red+Green+Blue) = 121+47+36=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #792F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F24 is #86D0DB. Grayscale: #434343. Windows color (decimal): -8835292 or 2371449. OLE color: 2371449.
HSL color Cylindrical-coordinate representation of color #792F24: hue angle of 7.76º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792F24 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 36 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.53 |
| HSL | 7.76º | 0.54% | 0.31% | - |
| HSV(B) | 7.76º | 0.7% | 0.47% | - |
| XYZ | 9.22 | 6.23 | 2.38 | - |
| YUV | 67.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 36 | 0 | 0.61 | 0.70 | 0.53 | 7.76 | 0.54 | 0.31 |
| Hex | 79 | 2F | 24 | 0 | 3D | 46 | 35 | 8 | 36 | 1F |
| Octal | 171 | 57 | 44 | 0 | 75 | 106 | 65 | 10 | 66 | 37 |
| Binary | 1111001 | 101111 | 100100 | 0 | 111101 | 1000110 | 110101 | 1000 | 110110 | 11111 |
Color Harmonies of #792F24
Complementary color
Monochromatic Colors of #792F24
Black with #792F24
Text Example
Text Example
White with #792F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F24; }
p { color: rgb(121,47,36); }
H1.HeaderClassName
{
color: #792F24;
}
.AnyTagClassName
{
color: #792F24;
}
</style>
background-color css
<style>
a { background-color: #792F24; }
a { background-color: rgb(121,47,36); }
div.DivClassName
{
background-color: #792F24;
}
.BgClassName
{
background-color: #792F24;
}
</style>
border-color css
<style>
span { border-color: #792F24; }
span { border-color: rgb(121,47,36); }
td.TdClassName
{
border-color: #792F24;
}
.TagClassName
{
border-color: #792F24;
}
</style>