Shades of Flirt #7D345C
Tints of Flirt #7D345C
RGB
CMYK
RGB Variations
Color information
#7D345C (or 0x7D345C) is known color: Flirt. HEX triplet: 7D, 34 and 5C. RGB value is (125,52,92). Sum of RGB (Red+Green+Blue) = 125+52+92=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D345C is #82CBA3. Grayscale: #4E4E4E. Windows color (decimal): -8571812 or 6042749. OLE color: 6042749.
HSL color Cylindrical-coordinate representation of color #7D345C: hue angle of 327.12º degrees, saturation: 0.41, 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 #7D345C is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 92 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.51 |
| HSL | 327.12º | 0.41% | 0.35% | - |
| HSV(B) | 327.12º | 0.58% | 0.49% | - |
| XYZ | 11.62 | 7.59 | 10.98 | - |
| YUV | 78.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 92 | 0 | 0.58 | 0.26 | 0.51 | 327.12 | 0.41 | 0.35 |
| Hex | 7D | 34 | 5C | 0 | 3A | 1A | 33 | 147 | 29 | 23 |
| Octal | 175 | 64 | 134 | 0 | 72 | 32 | 63 | 507 | 51 | 43 |
| Binary | 1111101 | 110100 | 1011100 | 0 | 111010 | 11010 | 110011 | 101000111 | 101001 | 100011 |
Color Harmonies of #7D345C
Complementary color
Monochromatic Colors of #7D345C
Black with #7D345C
Text Example
Text Example
White with #7D345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D345C; }
p { color: rgb(125,52,92); }
H1.HeaderClassName
{
color: #7D345C;
}
.AnyTagClassName
{
color: #7D345C;
}
</style>
background-color css
<style>
a { background-color: #7D345C; }
a { background-color: rgb(125,52,92); }
div.DivClassName
{
background-color: #7D345C;
}
.BgClassName
{
background-color: #7D345C;
}
</style>
border-color css
<style>
span { border-color: #7D345C; }
span { border-color: rgb(125,52,92); }
td.TdClassName
{
border-color: #7D345C;
}
.TagClassName
{
border-color: #7D345C;
}
</style>