Shades of Flirt #7A2250
Tints of Flirt #7A2250
RGB
CMYK
RGB Variations
Color information
#7A2250 (or 0x7A2250) is known color: Flirt. HEX triplet: 7A, 22 and 50. RGB value is (122,34,80). Sum of RGB (Red+Green+Blue) = 122+34+80=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2250 is #85DDAF. Grayscale: #414141. Windows color (decimal): -8773040 or 5251706. OLE color: 5251706.
HSL color Cylindrical-coordinate representation of color #7A2250: hue angle of 328.64º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2250 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 80 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.52 |
| HSL | 328.64º | 0.56% | 0.31% | - |
| HSV(B) | 328.64º | 0.72% | 0.48% | - |
| XYZ | 10.05 | 5.86 | 8.19 | - |
| YUV | 65.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 80 | 0 | 0.72 | 0.34 | 0.52 | 328.64 | 0.56 | 0.31 |
| Hex | 7A | 22 | 50 | 0 | 48 | 22 | 34 | 149 | 38 | 1F |
| Octal | 172 | 42 | 120 | 0 | 110 | 42 | 64 | 511 | 70 | 37 |
| Binary | 1111010 | 100010 | 1010000 | 0 | 1001000 | 100010 | 110100 | 101001001 | 111000 | 11111 |
Color Harmonies of #7A2250
Complementary color
Monochromatic Colors of #7A2250
Black with #7A2250
Text Example
Text Example
White with #7A2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2250; }
p { color: rgb(122,34,80); }
H1.HeaderClassName
{
color: #7A2250;
}
.AnyTagClassName
{
color: #7A2250;
}
</style>
background-color css
<style>
a { background-color: #7A2250; }
a { background-color: rgb(122,34,80); }
div.DivClassName
{
background-color: #7A2250;
}
.BgClassName
{
background-color: #7A2250;
}
</style>
border-color css
<style>
span { border-color: #7A2250; }
span { border-color: rgb(122,34,80); }
td.TdClassName
{
border-color: #7A2250;
}
.TagClassName
{
border-color: #7A2250;
}
</style>