Shades of Flirt #7A3B53
Tints of Flirt #7A3B53
RGB
CMYK
RGB Variations
Color information
#7A3B53 (or 0x7A3B53) is known color: Flirt. HEX triplet: 7A, 3B and 53. RGB value is (122,59,83). Sum of RGB (Red+Green+Blue) = 122+59+83=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3B53 is #85C4AC. Grayscale: #505050. Windows color (decimal): -8766637 or 5454714. OLE color: 5454714.
HSL color Cylindrical-coordinate representation of color #7A3B53: hue angle of 337.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3B53 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 83 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.52 |
| HSL | 337.14º | 0.35% | 0.35% | - |
| HSV(B) | 337.14º | 0.52% | 0.48% | - |
| XYZ | 11.15 | 7.89 | 9.12 | - |
| YUV | 80.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 83 | 0 | 0.52 | 0.32 | 0.52 | 337.14 | 0.35 | 0.35 |
| Hex | 7A | 3B | 53 | 0 | 34 | 20 | 34 | 151 | 23 | 23 |
| Octal | 172 | 73 | 123 | 0 | 64 | 40 | 64 | 521 | 43 | 43 |
| Binary | 1111010 | 111011 | 1010011 | 0 | 110100 | 100000 | 110100 | 101010001 | 100011 | 100011 |
Color Harmonies of #7A3B53
Complementary color
Monochromatic Colors of #7A3B53
Black with #7A3B53
Text Example
Text Example
White with #7A3B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B53; }
p { color: rgb(122,59,83); }
H1.HeaderClassName
{
color: #7A3B53;
}
.AnyTagClassName
{
color: #7A3B53;
}
</style>
background-color css
<style>
a { background-color: #7A3B53; }
a { background-color: rgb(122,59,83); }
div.DivClassName
{
background-color: #7A3B53;
}
.BgClassName
{
background-color: #7A3B53;
}
</style>
border-color css
<style>
span { border-color: #7A3B53; }
span { border-color: rgb(122,59,83); }
td.TdClassName
{
border-color: #7A3B53;
}
.TagClassName
{
border-color: #7A3B53;
}
</style>