Shades of Flirt #7C3153
Tints of Flirt #7C3153
RGB
CMYK
RGB Variations
Color information
#7C3153 (or 0x7C3153) is known color: Flirt. HEX triplet: 7C, 31 and 53. RGB value is (124,49,83). Sum of RGB (Red+Green+Blue) = 124+49+83=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3153 is #83CEAC. Grayscale: #4B4B4B. Windows color (decimal): -8638125 or 5452156. OLE color: 5452156.
HSL color Cylindrical-coordinate representation of color #7C3153: hue angle of 332.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3153 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 49 | 83 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.51 |
| HSL | 332.8º | 0.43% | 0.34% | - |
| HSV(B) | 332.8º | 0.6% | 0.49% | - |
| XYZ | 10.97 | 7.11 | 8.98 | - |
| YUV | 75.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 83 | 0 | 0.60 | 0.33 | 0.51 | 332.8 | 0.43 | 0.34 |
| Hex | 7C | 31 | 53 | 0 | 3C | 21 | 33 | 14D | 2B | 22 |
| Octal | 174 | 61 | 123 | 0 | 74 | 41 | 63 | 515 | 53 | 42 |
| Binary | 1111100 | 110001 | 1010011 | 0 | 111100 | 100001 | 110011 | 101001101 | 101011 | 100010 |
Color Harmonies of #7C3153
Complementary color
Monochromatic Colors of #7C3153
Black with #7C3153
Text Example
Text Example
White with #7C3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3153; }
p { color: rgb(124,49,83); }
H1.HeaderClassName
{
color: #7C3153;
}
.AnyTagClassName
{
color: #7C3153;
}
</style>
background-color css
<style>
a { background-color: #7C3153; }
a { background-color: rgb(124,49,83); }
div.DivClassName
{
background-color: #7C3153;
}
.BgClassName
{
background-color: #7C3153;
}
</style>
border-color css
<style>
span { border-color: #7C3153; }
span { border-color: rgb(124,49,83); }
td.TdClassName
{
border-color: #7C3153;
}
.TagClassName
{
border-color: #7C3153;
}
</style>