Shades of Lusty #7F3229
Tints of Lusty #7F3229
RGB
CMYK
RGB Variations
Color information
#7F3229 (or 0x7F3229) is known color: Lusty. HEX triplet: 7F, 32 and 29. RGB value is (127,50,41). Sum of RGB (Red+Green+Blue) = 127+50+41=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3229 is #80CDD6. Grayscale: #484848. Windows color (decimal): -8441303 or 2699903. OLE color: 2699903.
HSL color Cylindrical-coordinate representation of color #7F3229: hue angle of 6.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F3229 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 41 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.50 |
| HSL | 6.28º | 0.51% | 0.33% | - |
| HSV(B) | 6.28º | 0.68% | 0.5% | - |
| XYZ | 10.29 | 6.95 | 2.9 | - |
| YUV | 72 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 41 | 0 | 0.61 | 0.68 | 0.50 | 6.28 | 0.51 | 0.33 |
| Hex | 7F | 32 | 29 | 0 | 3D | 44 | 32 | 6 | 33 | 21 |
| Octal | 177 | 62 | 51 | 0 | 75 | 104 | 62 | 6 | 63 | 41 |
| Binary | 1111111 | 110010 | 101001 | 0 | 111101 | 1000100 | 110010 | 110 | 110011 | 100001 |
Color Harmonies of #7F3229
Complementary color
Monochromatic Colors of #7F3229
Black with #7F3229
Text Example
Text Example
White with #7F3229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3229; }
p { color: rgb(127,50,41); }
H1.HeaderClassName
{
color: #7F3229;
}
.AnyTagClassName
{
color: #7F3229;
}
</style>
background-color css
<style>
a { background-color: #7F3229; }
a { background-color: rgb(127,50,41); }
div.DivClassName
{
background-color: #7F3229;
}
.BgClassName
{
background-color: #7F3229;
}
</style>
border-color css
<style>
span { border-color: #7F3229; }
span { border-color: rgb(127,50,41); }
td.TdClassName
{
border-color: #7F3229;
}
.TagClassName
{
border-color: #7F3229;
}
</style>