Shades of Lusty #7A2B21
Tints of Lusty #7A2B21
RGB
CMYK
RGB Variations
Color information
#7A2B21 (or 0x7A2B21) is known color: Lusty. HEX triplet: 7A, 2B and 21. RGB value is (122,43,33). Sum of RGB (Red+Green+Blue) = 122+43+33=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2B21 is #85D4DE. Grayscale: #414141. Windows color (decimal): -8770783 or 2173818. OLE color: 2173818.
HSL color Cylindrical-coordinate representation of color #7A2B21: hue angle of 6.74º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2B21 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 33 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.52 |
| HSL | 6.74º | 0.57% | 0.3% | - |
| HSV(B) | 6.74º | 0.73% | 0.48% | - |
| XYZ | 9.16 | 5.98 | 2.11 | - |
| YUV | 65.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 33 | 0 | 0.65 | 0.73 | 0.52 | 6.74 | 0.57 | 0.3 |
| Hex | 7A | 2B | 21 | 0 | 41 | 49 | 34 | 7 | 39 | 1E |
| Octal | 172 | 53 | 41 | 0 | 101 | 111 | 64 | 7 | 71 | 36 |
| Binary | 1111010 | 101011 | 100001 | 0 | 1000001 | 1001001 | 110100 | 111 | 111001 | 11110 |
Color Harmonies of #7A2B21
Complementary color
Monochromatic Colors of #7A2B21
Black with #7A2B21
Text Example
Text Example
White with #7A2B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B21; }
p { color: rgb(122,43,33); }
H1.HeaderClassName
{
color: #7A2B21;
}
.AnyTagClassName
{
color: #7A2B21;
}
</style>
background-color css
<style>
a { background-color: #7A2B21; }
a { background-color: rgb(122,43,33); }
div.DivClassName
{
background-color: #7A2B21;
}
.BgClassName
{
background-color: #7A2B21;
}
</style>
border-color css
<style>
span { border-color: #7A2B21; }
span { border-color: rgb(122,43,33); }
td.TdClassName
{
border-color: #7A2B21;
}
.TagClassName
{
border-color: #7A2B21;
}
</style>