Shades of Lusty #7C352E
Tints of Lusty #7C352E
RGB
CMYK
RGB Variations
Color information
#7C352E (or 0x7C352E) is known color: Lusty. HEX triplet: 7C, 35 and 2E. RGB value is (124,53,46). Sum of RGB (Red+Green+Blue) = 124+53+46=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C352E is #83CAD1. Grayscale: #494949. Windows color (decimal): -8637138 or 3028348. OLE color: 3028348.
HSL color Cylindrical-coordinate representation of color #7C352E: hue angle of 5.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C352E is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 46 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.51 |
| HSL | 5.38º | 0.46% | 0.33% | - |
| HSV(B) | 5.38º | 0.63% | 0.49% | - |
| XYZ | 10.08 | 7.03 | 3.41 | - |
| YUV | 73.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 46 | 0 | 0.57 | 0.63 | 0.51 | 5.38 | 0.46 | 0.33 |
| Hex | 7C | 35 | 2E | 0 | 39 | 3F | 33 | 5 | 2E | 21 |
| Octal | 174 | 65 | 56 | 0 | 71 | 77 | 63 | 5 | 56 | 41 |
| Binary | 1111100 | 110101 | 101110 | 0 | 111001 | 111111 | 110011 | 101 | 101110 | 100001 |
Color Harmonies of #7C352E
Complementary color
Monochromatic Colors of #7C352E
Black with #7C352E
Text Example
Text Example
White with #7C352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C352E; }
p { color: rgb(124,53,46); }
H1.HeaderClassName
{
color: #7C352E;
}
.AnyTagClassName
{
color: #7C352E;
}
</style>
background-color css
<style>
a { background-color: #7C352E; }
a { background-color: rgb(124,53,46); }
div.DivClassName
{
background-color: #7C352E;
}
.BgClassName
{
background-color: #7C352E;
}
</style>
border-color css
<style>
span { border-color: #7C352E; }
span { border-color: rgb(124,53,46); }
td.TdClassName
{
border-color: #7C352E;
}
.TagClassName
{
border-color: #7C352E;
}
</style>