Shades of Flirt #7A3046
Tints of Flirt #7A3046
RGB
CMYK
RGB Variations
Color information
#7A3046 (or 0x7A3046) is known color: Flirt. HEX triplet: 7A, 30 and 46. RGB value is (122,48,70). Sum of RGB (Red+Green+Blue) = 122+48+70=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3046 is #85CFB9. Grayscale: #484848. Windows color (decimal): -8769466 or 4599930. OLE color: 4599930.
HSL color Cylindrical-coordinate representation of color #7A3046: hue angle of 342.16º 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 #7A3046 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 70 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.52 |
| HSL | 342.16º | 0.44% | 0.33% | - |
| HSV(B) | 342.16º | 0.61% | 0.48% | - |
| XYZ | 10.19 | 6.69 | 6.55 | - |
| YUV | 72.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 70 | 0 | 0.61 | 0.43 | 0.52 | 342.16 | 0.44 | 0.33 |
| Hex | 7A | 30 | 46 | 0 | 3D | 2B | 34 | 156 | 2C | 21 |
| Octal | 172 | 60 | 106 | 0 | 75 | 53 | 64 | 526 | 54 | 41 |
| Binary | 1111010 | 110000 | 1000110 | 0 | 111101 | 101011 | 110100 | 101010110 | 101100 | 100001 |
Color Harmonies of #7A3046
Complementary color
Monochromatic Colors of #7A3046
Black with #7A3046
Text Example
Text Example
White with #7A3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3046; }
p { color: rgb(122,48,70); }
H1.HeaderClassName
{
color: #7A3046;
}
.AnyTagClassName
{
color: #7A3046;
}
</style>
background-color css
<style>
a { background-color: #7A3046; }
a { background-color: rgb(122,48,70); }
div.DivClassName
{
background-color: #7A3046;
}
.BgClassName
{
background-color: #7A3046;
}
</style>
border-color css
<style>
span { border-color: #7A3046; }
span { border-color: rgb(122,48,70); }
td.TdClassName
{
border-color: #7A3046;
}
.TagClassName
{
border-color: #7A3046;
}
</style>