Shades of Lusty #7F2D25
Tints of Lusty #7F2D25
RGB
CMYK
RGB Variations
Color information
#7F2D25 (or 0x7F2D25) is known color: Lusty. HEX triplet: 7F, 2D and 25. RGB value is (127,45,37). Sum of RGB (Red+Green+Blue) = 127+45+37=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D25 is #80D2DA. Grayscale: #444444. Windows color (decimal): -8442587 or 2436479. OLE color: 2436479.
HSL color Cylindrical-coordinate representation of color #7F2D25: hue angle of 5.33º 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 #7F2D25 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 37 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.50 |
| HSL | 5.33º | 0.55% | 0.32% | - |
| HSV(B) | 5.33º | 0.71% | 0.5% | - |
| XYZ | 10.02 | 6.52 | 2.48 | - |
| YUV | 68.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 37 | 0 | 0.65 | 0.71 | 0.50 | 5.33 | 0.55 | 0.32 |
| Hex | 7F | 2D | 25 | 0 | 41 | 47 | 32 | 5 | 37 | 20 |
| Octal | 177 | 55 | 45 | 0 | 101 | 107 | 62 | 5 | 67 | 40 |
| Binary | 1111111 | 101101 | 100101 | 0 | 1000001 | 1000111 | 110010 | 101 | 110111 | 100000 |
Color Harmonies of #7F2D25
Complementary color
Monochromatic Colors of #7F2D25
Black with #7F2D25
Text Example
Text Example
White with #7F2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D25; }
p { color: rgb(127,45,37); }
H1.HeaderClassName
{
color: #7F2D25;
}
.AnyTagClassName
{
color: #7F2D25;
}
</style>
background-color css
<style>
a { background-color: #7F2D25; }
a { background-color: rgb(127,45,37); }
div.DivClassName
{
background-color: #7F2D25;
}
.BgClassName
{
background-color: #7F2D25;
}
</style>
border-color css
<style>
span { border-color: #7F2D25; }
span { border-color: rgb(127,45,37); }
td.TdClassName
{
border-color: #7F2D25;
}
.TagClassName
{
border-color: #7F2D25;
}
</style>