Shades of Flirt #7C3A53
Tints of Flirt #7C3A53
RGB
CMYK
RGB Variations
Color information
#7C3A53 (or 0x7C3A53) is known color: Flirt. HEX triplet: 7C, 3A and 53. RGB value is (124,58,83). Sum of RGB (Red+Green+Blue) = 124+58+83=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A53 is #83C5AC. Grayscale: #505050. Windows color (decimal): -8635821 or 5454460. OLE color: 5454460.
HSL color Cylindrical-coordinate representation of color #7C3A53: hue angle of 337.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C3A53 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 83 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.51 |
| HSL | 337.27º | 0.36% | 0.36% | - |
| HSV(B) | 337.27º | 0.53% | 0.49% | - |
| XYZ | 11.39 | 7.94 | 9.12 | - |
| YUV | 80.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 83 | 0 | 0.53 | 0.33 | 0.51 | 337.27 | 0.36 | 0.36 |
| Hex | 7C | 3A | 53 | 0 | 35 | 21 | 33 | 151 | 24 | 24 |
| Octal | 174 | 72 | 123 | 0 | 65 | 41 | 63 | 521 | 44 | 44 |
| Binary | 1111100 | 111010 | 1010011 | 0 | 110101 | 100001 | 110011 | 101010001 | 100100 | 100100 |
Color Harmonies of #7C3A53
Complementary color
Monochromatic Colors of #7C3A53
Black with #7C3A53
Text Example
Text Example
White with #7C3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A53; }
p { color: rgb(124,58,83); }
H1.HeaderClassName
{
color: #7C3A53;
}
.AnyTagClassName
{
color: #7C3A53;
}
</style>
background-color css
<style>
a { background-color: #7C3A53; }
a { background-color: rgb(124,58,83); }
div.DivClassName
{
background-color: #7C3A53;
}
.BgClassName
{
background-color: #7C3A53;
}
</style>
border-color css
<style>
span { border-color: #7C3A53; }
span { border-color: rgb(124,58,83); }
td.TdClassName
{
border-color: #7C3A53;
}
.TagClassName
{
border-color: #7C3A53;
}
</style>