Shades of Lusty #7F2C23
Tints of Lusty #7F2C23
RGB
CMYK
RGB Variations
Color information
#7F2C23 (or 0x7F2C23) is known color: Lusty. HEX triplet: 7F, 2C and 23. RGB value is (127,44,35). Sum of RGB (Red+Green+Blue) = 127+44+35=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C23 is #80D3DC. Grayscale: #434343. Windows color (decimal): -8442845 or 2305151. OLE color: 2305151.
HSL color Cylindrical-coordinate representation of color #7F2C23: hue angle of 5.87º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2C23 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 35 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.50 |
| HSL | 5.87º | 0.57% | 0.32% | - |
| HSV(B) | 5.87º | 0.72% | 0.5% | - |
| XYZ | 9.96 | 6.43 | 2.31 | - |
| YUV | 67.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 35 | 0 | 0.65 | 0.72 | 0.50 | 5.87 | 0.57 | 0.32 |
| Hex | 7F | 2C | 23 | 0 | 41 | 48 | 32 | 6 | 39 | 20 |
| Octal | 177 | 54 | 43 | 0 | 101 | 110 | 62 | 6 | 71 | 40 |
| Binary | 1111111 | 101100 | 100011 | 0 | 1000001 | 1001000 | 110010 | 110 | 111001 | 100000 |
Color Harmonies of #7F2C23
Complementary color
Monochromatic Colors of #7F2C23
Black with #7F2C23
Text Example
Text Example
White with #7F2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C23; }
p { color: rgb(127,44,35); }
H1.HeaderClassName
{
color: #7F2C23;
}
.AnyTagClassName
{
color: #7F2C23;
}
</style>
background-color css
<style>
a { background-color: #7F2C23; }
a { background-color: rgb(127,44,35); }
div.DivClassName
{
background-color: #7F2C23;
}
.BgClassName
{
background-color: #7F2C23;
}
</style>
border-color css
<style>
span { border-color: #7F2C23; }
span { border-color: rgb(127,44,35); }
td.TdClassName
{
border-color: #7F2C23;
}
.TagClassName
{
border-color: #7F2C23;
}
</style>