Shades of Lusty #7F2A25
Tints of Lusty #7F2A25
RGB
CMYK
RGB Variations
Color information
#7F2A25 (or 0x7F2A25) is known color: Lusty. HEX triplet: 7F, 2A and 25. RGB value is (127,42,37). Sum of RGB (Red+Green+Blue) = 127+42+37=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2A25 is #80D5DA. Grayscale: #424242. Windows color (decimal): -8443355 or 2435711. OLE color: 2435711.
HSL color Cylindrical-coordinate representation of color #7F2A25: hue angle of 3.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 #7F2A25 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 42 | 37 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.50 |
| HSL | 3.33º | 0.55% | 0.32% | - |
| HSV(B) | 3.33º | 0.71% | 0.5% | - |
| XYZ | 9.91 | 6.3 | 2.44 | - |
| YUV | 66.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 37 | 0 | 0.67 | 0.71 | 0.50 | 3.33 | 0.55 | 0.32 |
| Hex | 7F | 2A | 25 | 0 | 43 | 47 | 32 | 3 | 37 | 20 |
| Octal | 177 | 52 | 45 | 0 | 103 | 107 | 62 | 3 | 67 | 40 |
| Binary | 1111111 | 101010 | 100101 | 0 | 1000011 | 1000111 | 110010 | 11 | 110111 | 100000 |
Color Harmonies of #7F2A25
Complementary color
Monochromatic Colors of #7F2A25
Black with #7F2A25
Text Example
Text Example
White with #7F2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A25; }
p { color: rgb(127,42,37); }
H1.HeaderClassName
{
color: #7F2A25;
}
.AnyTagClassName
{
color: #7F2A25;
}
</style>
background-color css
<style>
a { background-color: #7F2A25; }
a { background-color: rgb(127,42,37); }
div.DivClassName
{
background-color: #7F2A25;
}
.BgClassName
{
background-color: #7F2A25;
}
</style>
border-color css
<style>
span { border-color: #7F2A25; }
span { border-color: rgb(127,42,37); }
td.TdClassName
{
border-color: #7F2A25;
}
.TagClassName
{
border-color: #7F2A25;
}
</style>