Shades of Flirt #7C325D
Tints of Flirt #7C325D
RGB
CMYK
RGB Variations
Color information
#7C325D (or 0x7C325D) is known color: Flirt. HEX triplet: 7C, 32 and 5D. RGB value is (124,50,93). Sum of RGB (Red+Green+Blue) = 124+50+93=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C325D is #83CDA2. Grayscale: #4C4C4C. Windows color (decimal): -8637859 or 6107772. OLE color: 6107772.
HSL color Cylindrical-coordinate representation of color #7C325D: hue angle of 325.14º 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 #7C325D is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 50 | 93 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.51 |
| HSL | 325.14º | 0.43% | 0.34% | - |
| HSV(B) | 325.14º | 0.6% | 0.49% | - |
| XYZ | 11.43 | 7.36 | 11.17 | - |
| YUV | 77.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 93 | 0 | 0.60 | 0.25 | 0.51 | 325.14 | 0.43 | 0.34 |
| Hex | 7C | 32 | 5D | 0 | 3C | 19 | 33 | 145 | 2B | 22 |
| Octal | 174 | 62 | 135 | 0 | 74 | 31 | 63 | 505 | 53 | 42 |
| Binary | 1111100 | 110010 | 1011101 | 0 | 111100 | 11001 | 110011 | 101000101 | 101011 | 100010 |
Color Harmonies of #7C325D
Complementary color
Monochromatic Colors of #7C325D
Black with #7C325D
Text Example
Text Example
White with #7C325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C325D; }
p { color: rgb(124,50,93); }
H1.HeaderClassName
{
color: #7C325D;
}
.AnyTagClassName
{
color: #7C325D;
}
</style>
background-color css
<style>
a { background-color: #7C325D; }
a { background-color: rgb(124,50,93); }
div.DivClassName
{
background-color: #7C325D;
}
.BgClassName
{
background-color: #7C325D;
}
</style>
border-color css
<style>
span { border-color: #7C325D; }
span { border-color: rgb(124,50,93); }
td.TdClassName
{
border-color: #7C325D;
}
.TagClassName
{
border-color: #7C325D;
}
</style>