Shades of Lusty #7C2C23
Tints of Lusty #7C2C23
RGB
CMYK
RGB Variations
Color information
#7C2C23 (or 0x7C2C23) is known color: Lusty. HEX triplet: 7C, 2C and 23. RGB value is (124,44,35). Sum of RGB (Red+Green+Blue) = 124+44+35=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C23 is #83D3DC. Grayscale: #434343. Windows color (decimal): -8639453 or 2305148. OLE color: 2305148.
HSL color Cylindrical-coordinate representation of color #7C2C23: hue angle of 6.07º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2C23 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 35 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.51 |
| HSL | 6.07º | 0.56% | 0.31% | - |
| HSV(B) | 6.07º | 0.72% | 0.49% | - |
| XYZ | 9.52 | 6.21 | 2.29 | - |
| YUV | 66.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 35 | 0 | 0.65 | 0.72 | 0.51 | 6.07 | 0.56 | 0.31 |
| Hex | 7C | 2C | 23 | 0 | 41 | 48 | 33 | 6 | 38 | 1F |
| Octal | 174 | 54 | 43 | 0 | 101 | 110 | 63 | 6 | 70 | 37 |
| Binary | 1111100 | 101100 | 100011 | 0 | 1000001 | 1001000 | 110011 | 110 | 111000 | 11111 |
Color Harmonies of #7C2C23
Complementary color
Monochromatic Colors of #7C2C23
Black with #7C2C23
Text Example
Text Example
White with #7C2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C23; }
p { color: rgb(124,44,35); }
H1.HeaderClassName
{
color: #7C2C23;
}
.AnyTagClassName
{
color: #7C2C23;
}
</style>
background-color css
<style>
a { background-color: #7C2C23; }
a { background-color: rgb(124,44,35); }
div.DivClassName
{
background-color: #7C2C23;
}
.BgClassName
{
background-color: #7C2C23;
}
</style>
border-color css
<style>
span { border-color: #7C2C23; }
span { border-color: rgb(124,44,35); }
td.TdClassName
{
border-color: #7C2C23;
}
.TagClassName
{
border-color: #7C2C23;
}
</style>