Shades of Flirt #7A3350
Tints of Flirt #7A3350
RGB
CMYK
RGB Variations
Color information
#7A3350 (or 0x7A3350) is known color: Flirt. HEX triplet: 7A, 33 and 50. RGB value is (122,51,80). Sum of RGB (Red+Green+Blue) = 122+51+80=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3350 is #85CCAF. Grayscale: #4B4B4B. Windows color (decimal): -8768688 or 5256058. OLE color: 5256058.
HSL color Cylindrical-coordinate representation of color #7A3350: hue angle of 335.49º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3350 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 80 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.52 |
| HSL | 335.49º | 0.41% | 0.34% | - |
| HSV(B) | 335.49º | 0.58% | 0.48% | - |
| XYZ | 10.66 | 7.08 | 8.4 | - |
| YUV | 75.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 80 | 0 | 0.58 | 0.34 | 0.52 | 335.49 | 0.41 | 0.34 |
| Hex | 7A | 33 | 50 | 0 | 3A | 22 | 34 | 14F | 29 | 22 |
| Octal | 172 | 63 | 120 | 0 | 72 | 42 | 64 | 517 | 51 | 42 |
| Binary | 1111010 | 110011 | 1010000 | 0 | 111010 | 100010 | 110100 | 101001111 | 101001 | 100010 |
Color Harmonies of #7A3350
Complementary color
Monochromatic Colors of #7A3350
Black with #7A3350
Text Example
Text Example
White with #7A3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3350; }
p { color: rgb(122,51,80); }
H1.HeaderClassName
{
color: #7A3350;
}
.AnyTagClassName
{
color: #7A3350;
}
</style>
background-color css
<style>
a { background-color: #7A3350; }
a { background-color: rgb(122,51,80); }
div.DivClassName
{
background-color: #7A3350;
}
.BgClassName
{
background-color: #7A3350;
}
</style>
border-color css
<style>
span { border-color: #7A3350; }
span { border-color: rgb(122,51,80); }
td.TdClassName
{
border-color: #7A3350;
}
.TagClassName
{
border-color: #7A3350;
}
</style>