Shades of Flirt #7A2650
Tints of Flirt #7A2650
RGB
CMYK
RGB Variations
Color information
#7A2650 (or 0x7A2650) is known color: Flirt. HEX triplet: 7A, 26 and 50. RGB value is (122,38,80). Sum of RGB (Red+Green+Blue) = 122+38+80=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2650 is #85D9AF. Grayscale: #434343. Windows color (decimal): -8772016 or 5252730. OLE color: 5252730.
HSL color Cylindrical-coordinate representation of color #7A2650: hue angle of 330º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2650 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 80 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.52 |
| HSL | 330º | 0.53% | 0.31% | - |
| HSV(B) | 330º | 0.69% | 0.48% | - |
| XYZ | 10.17 | 6.1 | 8.23 | - |
| YUV | 67.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 80 | 0 | 0.69 | 0.34 | 0.52 | 330 | 0.53 | 0.31 |
| Hex | 7A | 26 | 50 | 0 | 45 | 22 | 34 | 14A | 34 | 1F |
| Octal | 172 | 46 | 120 | 0 | 105 | 42 | 64 | 512 | 64 | 37 |
| Binary | 1111010 | 100110 | 1010000 | 0 | 1000101 | 100010 | 110100 | 101001010 | 110100 | 11111 |
Color Harmonies of #7A2650
Complementary color
Monochromatic Colors of #7A2650
Black with #7A2650
Text Example
Text Example
White with #7A2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2650; }
p { color: rgb(122,38,80); }
H1.HeaderClassName
{
color: #7A2650;
}
.AnyTagClassName
{
color: #7A2650;
}
</style>
background-color css
<style>
a { background-color: #7A2650; }
a { background-color: rgb(122,38,80); }
div.DivClassName
{
background-color: #7A2650;
}
.BgClassName
{
background-color: #7A2650;
}
</style>
border-color css
<style>
span { border-color: #7A2650; }
span { border-color: rgb(122,38,80); }
td.TdClassName
{
border-color: #7A2650;
}
.TagClassName
{
border-color: #7A2650;
}
</style>