Shades of Lusty #79302E
Tints of Lusty #79302E
RGB
CMYK
RGB Variations
Color information
#79302E (or 0x79302E) is known color: Lusty. HEX triplet: 79, 30 and 2E. RGB value is (121,48,46). Sum of RGB (Red+Green+Blue) = 121+48+46=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79302E is #86CFD1. Grayscale: #454545. Windows color (decimal): -8835026 or 3027065. OLE color: 3027065.
HSL color Cylindrical-coordinate representation of color #79302E: hue angle of 1.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79302E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 48 | 46 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.53 |
| HSL | 1.6º | 0.45% | 0.33% | - |
| HSV(B) | 1.6º | 0.62% | 0.47% | - |
| XYZ | 9.44 | 6.38 | 3.32 | - |
| YUV | 69.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 46 | 0 | 0.60 | 0.62 | 0.53 | 1.6 | 0.45 | 0.33 |
| Hex | 79 | 30 | 2E | 0 | 3C | 3E | 35 | 2 | 2D | 21 |
| Octal | 171 | 60 | 56 | 0 | 74 | 76 | 65 | 2 | 55 | 41 |
| Binary | 1111001 | 110000 | 101110 | 0 | 111100 | 111110 | 110101 | 10 | 101101 | 100001 |
Color Harmonies of #79302E
Complementary color
Monochromatic Colors of #79302E
Black with #79302E
Text Example
Text Example
White with #79302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79302E; }
p { color: rgb(121,48,46); }
H1.HeaderClassName
{
color: #79302E;
}
.AnyTagClassName
{
color: #79302E;
}
</style>
background-color css
<style>
a { background-color: #79302E; }
a { background-color: rgb(121,48,46); }
div.DivClassName
{
background-color: #79302E;
}
.BgClassName
{
background-color: #79302E;
}
</style>
border-color css
<style>
span { border-color: #79302E; }
span { border-color: rgb(121,48,46); }
td.TdClassName
{
border-color: #79302E;
}
.TagClassName
{
border-color: #79302E;
}
</style>