Shades of Lusty #792A20
Tints of Lusty #792A20
RGB
CMYK
RGB Variations
Color information
#792A20 (or 0x792A20) is known color: Lusty. HEX triplet: 79, 2A and 20. RGB value is (121,42,32). Sum of RGB (Red+Green+Blue) = 121+42+32=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #792A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792A20 is #86D5DF. Grayscale: #404040. Windows color (decimal): -8836576 or 2108025. OLE color: 2108025.
HSL color Cylindrical-coordinate representation of color #792A20: hue angle of 6.74º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792A20 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 42 | 32 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.53 |
| HSL | 6.74º | 0.58% | 0.3% | - |
| HSV(B) | 6.74º | 0.74% | 0.47% | - |
| XYZ | 8.97 | 5.83 | 2.02 | - |
| YUV | 64.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 32 | 0 | 0.65 | 0.74 | 0.53 | 6.74 | 0.58 | 0.3 |
| Hex | 79 | 2A | 20 | 0 | 41 | 4A | 35 | 7 | 3A | 1E |
| Octal | 171 | 52 | 40 | 0 | 101 | 112 | 65 | 7 | 72 | 36 |
| Binary | 1111001 | 101010 | 100000 | 0 | 1000001 | 1001010 | 110101 | 111 | 111010 | 11110 |
Color Harmonies of #792A20
Complementary color
Monochromatic Colors of #792A20
Black with #792A20
Text Example
Text Example
White with #792A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A20; }
p { color: rgb(121,42,32); }
H1.HeaderClassName
{
color: #792A20;
}
.AnyTagClassName
{
color: #792A20;
}
</style>
background-color css
<style>
a { background-color: #792A20; }
a { background-color: rgb(121,42,32); }
div.DivClassName
{
background-color: #792A20;
}
.BgClassName
{
background-color: #792A20;
}
</style>
border-color css
<style>
span { border-color: #792A20; }
span { border-color: rgb(121,42,32); }
td.TdClassName
{
border-color: #792A20;
}
.TagClassName
{
border-color: #792A20;
}
</style>