Shades of Lusty #792D26
Tints of Lusty #792D26
RGB
CMYK
RGB Variations
Color information
#792D26 (or 0x792D26) is known color: Lusty. HEX triplet: 79, 2D and 26. RGB value is (121,45,38). Sum of RGB (Red+Green+Blue) = 121+45+38=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #792D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D26 is #86D2D9. Grayscale: #434343. Windows color (decimal): -8835802 or 2502009. OLE color: 2502009.
HSL color Cylindrical-coordinate representation of color #792D26: hue angle of 5.06º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #792D26 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 38 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.53 |
| HSL | 5.06º | 0.52% | 0.31% | - |
| HSV(B) | 5.06º | 0.69% | 0.47% | - |
| XYZ | 9.17 | 6.08 | 2.52 | - |
| YUV | 66.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 38 | 0 | 0.63 | 0.69 | 0.53 | 5.06 | 0.52 | 0.31 |
| Hex | 79 | 2D | 26 | 0 | 3F | 45 | 35 | 5 | 34 | 1F |
| Octal | 171 | 55 | 46 | 0 | 77 | 105 | 65 | 5 | 64 | 37 |
| Binary | 1111001 | 101101 | 100110 | 0 | 111111 | 1000101 | 110101 | 101 | 110100 | 11111 |
Color Harmonies of #792D26
Complementary color
Monochromatic Colors of #792D26
Black with #792D26
Text Example
Text Example
White with #792D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D26; }
p { color: rgb(121,45,38); }
H1.HeaderClassName
{
color: #792D26;
}
.AnyTagClassName
{
color: #792D26;
}
</style>
background-color css
<style>
a { background-color: #792D26; }
a { background-color: rgb(121,45,38); }
div.DivClassName
{
background-color: #792D26;
}
.BgClassName
{
background-color: #792D26;
}
</style>
border-color css
<style>
span { border-color: #792D26; }
span { border-color: rgb(121,45,38); }
td.TdClassName
{
border-color: #792D26;
}
.TagClassName
{
border-color: #792D26;
}
</style>