Shades of Lusty #7F312D
Tints of Lusty #7F312D
RGB
CMYK
RGB Variations
Color information
#7F312D (or 0x7F312D) is known color: Lusty. HEX triplet: 7F, 31 and 2D. RGB value is (127,49,45). Sum of RGB (Red+Green+Blue) = 127+49+45=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F312D is #80CED2. Grayscale: #474747. Windows color (decimal): -8441555 or 2961791. OLE color: 2961791.
HSL color Cylindrical-coordinate representation of color #7F312D: hue angle of 2.93º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F312D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 45 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.50 |
| HSL | 2.93º | 0.48% | 0.34% | - |
| HSV(B) | 2.93º | 0.65% | 0.5% | - |
| XYZ | 10.32 | 6.9 | 3.27 | - |
| YUV | 71.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 45 | 0 | 0.61 | 0.65 | 0.50 | 2.93 | 0.48 | 0.34 |
| Hex | 7F | 31 | 2D | 0 | 3D | 41 | 32 | 3 | 30 | 22 |
| Octal | 177 | 61 | 55 | 0 | 75 | 101 | 62 | 3 | 60 | 42 |
| Binary | 1111111 | 110001 | 101101 | 0 | 111101 | 1000001 | 110010 | 11 | 110000 | 100010 |
Color Harmonies of #7F312D
Complementary color
Monochromatic Colors of #7F312D
Black with #7F312D
Text Example
Text Example
White with #7F312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F312D; }
p { color: rgb(127,49,45); }
H1.HeaderClassName
{
color: #7F312D;
}
.AnyTagClassName
{
color: #7F312D;
}
</style>
background-color css
<style>
a { background-color: #7F312D; }
a { background-color: rgb(127,49,45); }
div.DivClassName
{
background-color: #7F312D;
}
.BgClassName
{
background-color: #7F312D;
}
</style>
border-color css
<style>
span { border-color: #7F312D; }
span { border-color: rgb(127,49,45); }
td.TdClassName
{
border-color: #7F312D;
}
.TagClassName
{
border-color: #7F312D;
}
</style>