Shades of Lusty #7C2D23
Tints of Lusty #7C2D23
RGB
CMYK
RGB Variations
Color information
#7C2D23 (or 0x7C2D23) is known color: Lusty. HEX triplet: 7C, 2D and 23. RGB value is (124,45,35). Sum of RGB (Red+Green+Blue) = 124+45+35=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2D23 is #83D2DC. Grayscale: #434343. Windows color (decimal): -8639197 or 2305404. OLE color: 2305404.
HSL color Cylindrical-coordinate representation of color #7C2D23: hue angle of 6.74º 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 #7C2D23 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 45 | 35 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.51 |
| HSL | 6.74º | 0.56% | 0.31% | - |
| HSV(B) | 6.74º | 0.72% | 0.49% | - |
| XYZ | 9.55 | 6.28 | 2.3 | - |
| YUV | 67.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 45 | 35 | 0 | 0.64 | 0.72 | 0.51 | 6.74 | 0.56 | 0.31 |
| Hex | 7C | 2D | 23 | 0 | 40 | 48 | 33 | 7 | 38 | 1F |
| Octal | 174 | 55 | 43 | 0 | 100 | 110 | 63 | 7 | 70 | 37 |
| Binary | 1111100 | 101101 | 100011 | 0 | 1000000 | 1001000 | 110011 | 111 | 111000 | 11111 |
Color Harmonies of #7C2D23
Complementary color
Monochromatic Colors of #7C2D23
Black with #7C2D23
Text Example
Text Example
White with #7C2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2D23; }
p { color: rgb(124,45,35); }
H1.HeaderClassName
{
color: #7C2D23;
}
.AnyTagClassName
{
color: #7C2D23;
}
</style>
background-color css
<style>
a { background-color: #7C2D23; }
a { background-color: rgb(124,45,35); }
div.DivClassName
{
background-color: #7C2D23;
}
.BgClassName
{
background-color: #7C2D23;
}
</style>
border-color css
<style>
span { border-color: #7C2D23; }
span { border-color: rgb(124,45,35); }
td.TdClassName
{
border-color: #7C2D23;
}
.TagClassName
{
border-color: #7C2D23;
}
</style>