Shades of Flirt #7A3053
Tints of Flirt #7A3053
RGB
CMYK
RGB Variations
Color information
#7A3053 (or 0x7A3053) is known color: Flirt. HEX triplet: 7A, 30 and 53. RGB value is (122,48,83). Sum of RGB (Red+Green+Blue) = 122+48+83=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3053 is #85CFAC. Grayscale: #4A4A4A. Windows color (decimal): -8769453 or 5451898. OLE color: 5451898.
HSL color Cylindrical-coordinate representation of color #7A3053: hue angle of 331.62º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A3053 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 83 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.52 |
| HSL | 331.62º | 0.44% | 0.33% | - |
| HSV(B) | 331.62º | 0.61% | 0.48% | - |
| XYZ | 10.64 | 6.88 | 8.95 | - |
| YUV | 74.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 83 | 0 | 0.61 | 0.32 | 0.52 | 331.62 | 0.44 | 0.33 |
| Hex | 7A | 30 | 53 | 0 | 3D | 20 | 34 | 14C | 2C | 21 |
| Octal | 172 | 60 | 123 | 0 | 75 | 40 | 64 | 514 | 54 | 41 |
| Binary | 1111010 | 110000 | 1010011 | 0 | 111101 | 100000 | 110100 | 101001100 | 101100 | 100001 |
Color Harmonies of #7A3053
Complementary color
Monochromatic Colors of #7A3053
Black with #7A3053
Text Example
Text Example
White with #7A3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3053; }
p { color: rgb(122,48,83); }
H1.HeaderClassName
{
color: #7A3053;
}
.AnyTagClassName
{
color: #7A3053;
}
</style>
background-color css
<style>
a { background-color: #7A3053; }
a { background-color: rgb(122,48,83); }
div.DivClassName
{
background-color: #7A3053;
}
.BgClassName
{
background-color: #7A3053;
}
</style>
border-color css
<style>
span { border-color: #7A3053; }
span { border-color: rgb(122,48,83); }
td.TdClassName
{
border-color: #7A3053;
}
.TagClassName
{
border-color: #7A3053;
}
</style>