Shades of Lusty #79332D
Tints of Lusty #79332D
RGB
CMYK
RGB Variations
Color information
#79332D (or 0x79332D) is known color: Lusty. HEX triplet: 79, 33 and 2D. RGB value is (121,51,45). Sum of RGB (Red+Green+Blue) = 121+51+45=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79332D is #86CCD2. Grayscale: #474747. Windows color (decimal): -8834259 or 2962297. OLE color: 2962297.
HSL color Cylindrical-coordinate representation of color #79332D: hue angle of 4.74º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79332D is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 51 | 45 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.53 |
| HSL | 4.74º | 0.46% | 0.33% | - |
| HSV(B) | 4.74º | 0.63% | 0.47% | - |
| XYZ | 9.54 | 6.62 | 3.26 | - |
| YUV | 71.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 51 | 45 | 0 | 0.58 | 0.63 | 0.53 | 4.74 | 0.46 | 0.33 |
| Hex | 79 | 33 | 2D | 0 | 3A | 3F | 35 | 5 | 2E | 21 |
| Octal | 171 | 63 | 55 | 0 | 72 | 77 | 65 | 5 | 56 | 41 |
| Binary | 1111001 | 110011 | 101101 | 0 | 111010 | 111111 | 110101 | 101 | 101110 | 100001 |
Color Harmonies of #79332D
Complementary color
Monochromatic Colors of #79332D
Black with #79332D
Text Example
Text Example
White with #79332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79332D; }
p { color: rgb(121,51,45); }
H1.HeaderClassName
{
color: #79332D;
}
.AnyTagClassName
{
color: #79332D;
}
</style>
background-color css
<style>
a { background-color: #79332D; }
a { background-color: rgb(121,51,45); }
div.DivClassName
{
background-color: #79332D;
}
.BgClassName
{
background-color: #79332D;
}
</style>
border-color css
<style>
span { border-color: #79332D; }
span { border-color: rgb(121,51,45); }
td.TdClassName
{
border-color: #79332D;
}
.TagClassName
{
border-color: #79332D;
}
</style>