Shades of Lusty #7F2D29
Tints of Lusty #7F2D29
RGB
CMYK
RGB Variations
Color information
#7F2D29 (or 0x7F2D29) is known color: Lusty. HEX triplet: 7F, 2D and 29. RGB value is (127,45,41). Sum of RGB (Red+Green+Blue) = 127+45+41=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D29 is #80D2D6. Grayscale: #454545. Windows color (decimal): -8442583 or 2698623. OLE color: 2698623.
HSL color Cylindrical-coordinate representation of color #7F2D29: hue angle of 2.79º 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 #7F2D29 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 41 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.50 |
| HSL | 2.79º | 0.51% | 0.33% | - |
| HSV(B) | 2.79º | 0.68% | 0.5% | - |
| XYZ | 10.09 | 6.55 | 2.83 | - |
| YUV | 69.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 41 | 0 | 0.65 | 0.68 | 0.50 | 2.79 | 0.51 | 0.33 |
| Hex | 7F | 2D | 29 | 0 | 41 | 44 | 32 | 3 | 33 | 21 |
| Octal | 177 | 55 | 51 | 0 | 101 | 104 | 62 | 3 | 63 | 41 |
| Binary | 1111111 | 101101 | 101001 | 0 | 1000001 | 1000100 | 110010 | 11 | 110011 | 100001 |
Color Harmonies of #7F2D29
Complementary color
Monochromatic Colors of #7F2D29
Black with #7F2D29
Text Example
Text Example
White with #7F2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D29; }
p { color: rgb(127,45,41); }
H1.HeaderClassName
{
color: #7F2D29;
}
.AnyTagClassName
{
color: #7F2D29;
}
</style>
background-color css
<style>
a { background-color: #7F2D29; }
a { background-color: rgb(127,45,41); }
div.DivClassName
{
background-color: #7F2D29;
}
.BgClassName
{
background-color: #7F2D29;
}
</style>
border-color css
<style>
span { border-color: #7F2D29; }
span { border-color: rgb(127,45,41); }
td.TdClassName
{
border-color: #7F2D29;
}
.TagClassName
{
border-color: #7F2D29;
}
</style>