Shades of Lusty #792F29
Tints of Lusty #792F29
RGB
CMYK
RGB Variations
Color information
#792F29 (or 0x792F29) is known color: Lusty. HEX triplet: 79, 2F and 29. RGB value is (121,47,41). Sum of RGB (Red+Green+Blue) = 121+47+41=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #792F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F29 is #86D0D6. Grayscale: #444444. Windows color (decimal): -8835287 or 2699129. OLE color: 2699129.
HSL color Cylindrical-coordinate representation of color #792F29: hue angle of 4.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #792F29 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 41 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.53 |
| HSL | 4.5º | 0.49% | 0.32% | - |
| HSV(B) | 4.5º | 0.66% | 0.47% | - |
| XYZ | 9.3 | 6.26 | 2.82 | - |
| YUV | 68.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 41 | 0 | 0.61 | 0.66 | 0.53 | 4.5 | 0.49 | 0.32 |
| Hex | 79 | 2F | 29 | 0 | 3D | 42 | 35 | 4 | 31 | 20 |
| Octal | 171 | 57 | 51 | 0 | 75 | 102 | 65 | 4 | 61 | 40 |
| Binary | 1111001 | 101111 | 101001 | 0 | 111101 | 1000010 | 110101 | 100 | 110001 | 100000 |
Color Harmonies of #792F29
Complementary color
Monochromatic Colors of #792F29
Black with #792F29
Text Example
Text Example
White with #792F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F29; }
p { color: rgb(121,47,41); }
H1.HeaderClassName
{
color: #792F29;
}
.AnyTagClassName
{
color: #792F29;
}
</style>
background-color css
<style>
a { background-color: #792F29; }
a { background-color: rgb(121,47,41); }
div.DivClassName
{
background-color: #792F29;
}
.BgClassName
{
background-color: #792F29;
}
</style>
border-color css
<style>
span { border-color: #792F29; }
span { border-color: rgb(121,47,41); }
td.TdClassName
{
border-color: #792F29;
}
.TagClassName
{
border-color: #792F29;
}
</style>