Shades of Flirt #7D355C
Tints of Flirt #7D355C
RGB
CMYK
RGB Variations
Color information
#7D355C (or 0x7D355C) is known color: Flirt. HEX triplet: 7D, 35 and 5C. RGB value is (125,53,92). Sum of RGB (Red+Green+Blue) = 125+53+92=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D355C is #82CAA3. Grayscale: #4E4E4E. Windows color (decimal): -8571556 or 6043005. OLE color: 6043005.
HSL color Cylindrical-coordinate representation of color #7D355C: hue angle of 327.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D355C is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 92 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.51 |
| HSL | 327.5º | 0.4% | 0.35% | - |
| HSV(B) | 327.5º | 0.58% | 0.49% | - |
| XYZ | 11.66 | 7.68 | 10.99 | - |
| YUV | 78.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 92 | 0 | 0.58 | 0.26 | 0.51 | 327.5 | 0.4 | 0.35 |
| Hex | 7D | 35 | 5C | 0 | 3A | 1A | 33 | 148 | 28 | 23 |
| Octal | 175 | 65 | 134 | 0 | 72 | 32 | 63 | 510 | 50 | 43 |
| Binary | 1111101 | 110101 | 1011100 | 0 | 111010 | 11010 | 110011 | 101001000 | 101000 | 100011 |
Color Harmonies of #7D355C
Complementary color
Monochromatic Colors of #7D355C
Black with #7D355C
Text Example
Text Example
White with #7D355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D355C; }
p { color: rgb(125,53,92); }
H1.HeaderClassName
{
color: #7D355C;
}
.AnyTagClassName
{
color: #7D355C;
}
</style>
background-color css
<style>
a { background-color: #7D355C; }
a { background-color: rgb(125,53,92); }
div.DivClassName
{
background-color: #7D355C;
}
.BgClassName
{
background-color: #7D355C;
}
</style>
border-color css
<style>
span { border-color: #7D355C; }
span { border-color: rgb(125,53,92); }
td.TdClassName
{
border-color: #7D355C;
}
.TagClassName
{
border-color: #7D355C;
}
</style>