Shades of Lusty #792C28
Tints of Lusty #792C28
RGB
CMYK
RGB Variations
Color information
#792C28 (or 0x792C28) is known color: Lusty. HEX triplet: 79, 2C and 28. RGB value is (121,44,40). Sum of RGB (Red+Green+Blue) = 121+44+40=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #792C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792C28 is #86D3D7. Grayscale: #424242. Windows color (decimal): -8836056 or 2632825. OLE color: 2632825.
HSL color Cylindrical-coordinate representation of color #792C28: hue angle of 2.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792C28 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 44 | 40 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.53 |
| HSL | 2.96º | 0.5% | 0.32% | - |
| HSV(B) | 2.96º | 0.67% | 0.47% | - |
| XYZ | 9.17 | 6.02 | 2.69 | - |
| YUV | 66.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 40 | 0 | 0.64 | 0.67 | 0.53 | 2.96 | 0.5 | 0.32 |
| Hex | 79 | 2C | 28 | 0 | 40 | 43 | 35 | 3 | 32 | 20 |
| Octal | 171 | 54 | 50 | 0 | 100 | 103 | 65 | 3 | 62 | 40 |
| Binary | 1111001 | 101100 | 101000 | 0 | 1000000 | 1000011 | 110101 | 11 | 110010 | 100000 |
Color Harmonies of #792C28
Complementary color
Monochromatic Colors of #792C28
Black with #792C28
Text Example
Text Example
White with #792C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792C28; }
p { color: rgb(121,44,40); }
H1.HeaderClassName
{
color: #792C28;
}
.AnyTagClassName
{
color: #792C28;
}
</style>
background-color css
<style>
a { background-color: #792C28; }
a { background-color: rgb(121,44,40); }
div.DivClassName
{
background-color: #792C28;
}
.BgClassName
{
background-color: #792C28;
}
</style>
border-color css
<style>
span { border-color: #792C28; }
span { border-color: rgb(121,44,40); }
td.TdClassName
{
border-color: #792C28;
}
.TagClassName
{
border-color: #792C28;
}
</style>