Shades of Lusty #7A352D
Tints of Lusty #7A352D
RGB
CMYK
RGB Variations
Color information
#7A352D (or 0x7A352D) is known color: Lusty. HEX triplet: 7A, 35 and 2D. RGB value is (122,53,45). Sum of RGB (Red+Green+Blue) = 122+53+45=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A352D is #85CAD2. Grayscale: #484848. Windows color (decimal): -8768211 or 2962810. OLE color: 2962810.
HSL color Cylindrical-coordinate representation of color #7A352D: hue angle of 6.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A352D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 45 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.52 |
| HSL | 6.23º | 0.46% | 0.33% | - |
| HSV(B) | 6.23º | 0.63% | 0.48% | - |
| XYZ | 9.77 | 6.87 | 3.29 | - |
| YUV | 72.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 45 | 0 | 0.57 | 0.63 | 0.52 | 6.23 | 0.46 | 0.33 |
| Hex | 7A | 35 | 2D | 0 | 39 | 3F | 34 | 6 | 2E | 21 |
| Octal | 172 | 65 | 55 | 0 | 71 | 77 | 64 | 6 | 56 | 41 |
| Binary | 1111010 | 110101 | 101101 | 0 | 111001 | 111111 | 110100 | 110 | 101110 | 100001 |
Color Harmonies of #7A352D
Complementary color
Monochromatic Colors of #7A352D
Black with #7A352D
Text Example
Text Example
White with #7A352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A352D; }
p { color: rgb(122,53,45); }
H1.HeaderClassName
{
color: #7A352D;
}
.AnyTagClassName
{
color: #7A352D;
}
</style>
background-color css
<style>
a { background-color: #7A352D; }
a { background-color: rgb(122,53,45); }
div.DivClassName
{
background-color: #7A352D;
}
.BgClassName
{
background-color: #7A352D;
}
</style>
border-color css
<style>
span { border-color: #7A352D; }
span { border-color: rgb(122,53,45); }
td.TdClassName
{
border-color: #7A352D;
}
.TagClassName
{
border-color: #7A352D;
}
</style>