Shades of Lusty #792E24
Tints of Lusty #792E24
RGB
CMYK
RGB Variations
Color information
#792E24 (or 0x792E24) is known color: Lusty. HEX triplet: 79, 2E and 24. RGB value is (121,46,36). Sum of RGB (Red+Green+Blue) = 121+46+36=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #792E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E24 is #86D1DB. Grayscale: #434343. Windows color (decimal): -8835548 or 2371193. OLE color: 2371193.
HSL color Cylindrical-coordinate representation of color #792E24: hue angle of 7.06º 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 #792E24 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 36 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.53 |
| HSL | 7.06º | 0.54% | 0.31% | - |
| HSV(B) | 7.06º | 0.7% | 0.47% | - |
| XYZ | 9.18 | 6.15 | 2.37 | - |
| YUV | 67.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 36 | 0 | 0.62 | 0.70 | 0.53 | 7.06 | 0.54 | 0.31 |
| Hex | 79 | 2E | 24 | 0 | 3E | 46 | 35 | 7 | 36 | 1F |
| Octal | 171 | 56 | 44 | 0 | 76 | 106 | 65 | 7 | 66 | 37 |
| Binary | 1111001 | 101110 | 100100 | 0 | 111110 | 1000110 | 110101 | 111 | 110110 | 11111 |
Color Harmonies of #792E24
Complementary color
Monochromatic Colors of #792E24
Black with #792E24
Text Example
Text Example
White with #792E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E24; }
p { color: rgb(121,46,36); }
H1.HeaderClassName
{
color: #792E24;
}
.AnyTagClassName
{
color: #792E24;
}
</style>
background-color css
<style>
a { background-color: #792E24; }
a { background-color: rgb(121,46,36); }
div.DivClassName
{
background-color: #792E24;
}
.BgClassName
{
background-color: #792E24;
}
</style>
border-color css
<style>
span { border-color: #792E24; }
span { border-color: rgb(121,46,36); }
td.TdClassName
{
border-color: #792E24;
}
.TagClassName
{
border-color: #792E24;
}
</style>