Shades of Lusty #7F2C25
Tints of Lusty #7F2C25
RGB
CMYK
RGB Variations
Color information
#7F2C25 (or 0x7F2C25) is known color: Lusty. HEX triplet: 7F, 2C and 25. RGB value is (127,44,37). Sum of RGB (Red+Green+Blue) = 127+44+37=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C25 is #80D3DA. Grayscale: #444444. Windows color (decimal): -8442843 or 2436223. OLE color: 2436223.
HSL color Cylindrical-coordinate representation of color #7F2C25: hue angle of 4.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F2C25 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 37 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.50 |
| HSL | 4.67º | 0.55% | 0.32% | - |
| HSV(B) | 4.67º | 0.71% | 0.5% | - |
| XYZ | 9.99 | 6.45 | 2.47 | - |
| YUV | 68.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 37 | 0 | 0.65 | 0.71 | 0.50 | 4.67 | 0.55 | 0.32 |
| Hex | 7F | 2C | 25 | 0 | 41 | 47 | 32 | 5 | 37 | 20 |
| Octal | 177 | 54 | 45 | 0 | 101 | 107 | 62 | 5 | 67 | 40 |
| Binary | 1111111 | 101100 | 100101 | 0 | 1000001 | 1000111 | 110010 | 101 | 110111 | 100000 |
Color Harmonies of #7F2C25
Complementary color
Monochromatic Colors of #7F2C25
Black with #7F2C25
Text Example
Text Example
White with #7F2C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C25; }
p { color: rgb(127,44,37); }
H1.HeaderClassName
{
color: #7F2C25;
}
.AnyTagClassName
{
color: #7F2C25;
}
</style>
background-color css
<style>
a { background-color: #7F2C25; }
a { background-color: rgb(127,44,37); }
div.DivClassName
{
background-color: #7F2C25;
}
.BgClassName
{
background-color: #7F2C25;
}
</style>
border-color css
<style>
span { border-color: #7F2C25; }
span { border-color: rgb(127,44,37); }
td.TdClassName
{
border-color: #7F2C25;
}
.TagClassName
{
border-color: #7F2C25;
}
</style>