Shades of Flirt #7A325E
Tints of Flirt #7A325E
RGB
CMYK
RGB Variations
Color information
#7A325E (or 0x7A325E) is known color: Flirt. HEX triplet: 7A, 32 and 5E. RGB value is (122,50,94). Sum of RGB (Red+Green+Blue) = 122+50+94=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A325E is #85CDA1. Grayscale: #4C4C4C. Windows color (decimal): -8768930 or 6173306. OLE color: 6173306.
HSL color Cylindrical-coordinate representation of color #7A325E: hue angle of 323.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A325E is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 94 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.52 |
| HSL | 323.33º | 0.42% | 0.34% | - |
| HSV(B) | 323.33º | 0.59% | 0.48% | - |
| XYZ | 11.19 | 7.23 | 11.39 | - |
| YUV | 76.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 94 | 0 | 0.59 | 0.23 | 0.52 | 323.33 | 0.42 | 0.34 |
| Hex | 7A | 32 | 5E | 0 | 3B | 17 | 34 | 143 | 2A | 22 |
| Octal | 172 | 62 | 136 | 0 | 73 | 27 | 64 | 503 | 52 | 42 |
| Binary | 1111010 | 110010 | 1011110 | 0 | 111011 | 10111 | 110100 | 101000011 | 101010 | 100010 |
Color Harmonies of #7A325E
Complementary color
Monochromatic Colors of #7A325E
Black with #7A325E
Text Example
Text Example
White with #7A325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A325E; }
p { color: rgb(122,50,94); }
H1.HeaderClassName
{
color: #7A325E;
}
.AnyTagClassName
{
color: #7A325E;
}
</style>
background-color css
<style>
a { background-color: #7A325E; }
a { background-color: rgb(122,50,94); }
div.DivClassName
{
background-color: #7A325E;
}
.BgClassName
{
background-color: #7A325E;
}
</style>
border-color css
<style>
span { border-color: #7A325E; }
span { border-color: rgb(122,50,94); }
td.TdClassName
{
border-color: #7A325E;
}
.TagClassName
{
border-color: #7A325E;
}
</style>