Shades of Lusty #792E2B
Tints of Lusty #792E2B
RGB
CMYK
RGB Variations
Color information
#792E2B (or 0x792E2B) is known color: Lusty. HEX triplet: 79, 2E and 2B. RGB value is (121,46,43). Sum of RGB (Red+Green+Blue) = 121+46+43=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #792E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E2B is #86D1D4. Grayscale: #444444. Windows color (decimal): -8835541 or 2829945. OLE color: 2829945.
HSL color Cylindrical-coordinate representation of color #792E2B: hue angle of 2.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792E2B is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 43 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.53 |
| HSL | 2.31º | 0.48% | 0.32% | - |
| HSV(B) | 2.31º | 0.64% | 0.47% | - |
| XYZ | 9.3 | 6.19 | 2.99 | - |
| YUV | 68.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 43 | 0 | 0.62 | 0.64 | 0.53 | 2.31 | 0.48 | 0.32 |
| Hex | 79 | 2E | 2B | 0 | 3E | 40 | 35 | 2 | 30 | 20 |
| Octal | 171 | 56 | 53 | 0 | 76 | 100 | 65 | 2 | 60 | 40 |
| Binary | 1111001 | 101110 | 101011 | 0 | 111110 | 1000000 | 110101 | 10 | 110000 | 100000 |
Color Harmonies of #792E2B
Complementary color
Monochromatic Colors of #792E2B
Black with #792E2B
Text Example
Text Example
White with #792E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E2B; }
p { color: rgb(121,46,43); }
H1.HeaderClassName
{
color: #792E2B;
}
.AnyTagClassName
{
color: #792E2B;
}
</style>
background-color css
<style>
a { background-color: #792E2B; }
a { background-color: rgb(121,46,43); }
div.DivClassName
{
background-color: #792E2B;
}
.BgClassName
{
background-color: #792E2B;
}
</style>
border-color css
<style>
span { border-color: #792E2B; }
span { border-color: rgb(121,46,43); }
td.TdClassName
{
border-color: #792E2B;
}
.TagClassName
{
border-color: #792E2B;
}
</style>