Shades of Flirt #7A1F54
Tints of Flirt #7A1F54
RGB
CMYK
RGB Variations
Color information
#7A1F54 (or 0x7A1F54) is known color: Flirt. HEX triplet: 7A, 1F and 54. RGB value is (122,31,84). Sum of RGB (Red+Green+Blue) = 122+31+84=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1F54 is #85E0AB. Grayscale: #404040. Windows color (decimal): -8773804 or 5513082. OLE color: 5513082.
HSL color Cylindrical-coordinate representation of color #7A1F54: hue angle of 325.05º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1F54 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 31 | 84 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.52 |
| HSL | 325.05º | 0.59% | 0.3% | - |
| HSV(B) | 325.05º | 0.75% | 0.48% | - |
| XYZ | 10.12 | 5.76 | 8.97 | - |
| YUV | 64.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 84 | 0 | 0.75 | 0.31 | 0.52 | 325.05 | 0.59 | 0.3 |
| Hex | 7A | 1F | 54 | 0 | 4B | 1F | 34 | 145 | 3B | 1E |
| Octal | 172 | 37 | 124 | 0 | 113 | 37 | 64 | 505 | 73 | 36 |
| Binary | 1111010 | 11111 | 1010100 | 0 | 1001011 | 11111 | 110100 | 101000101 | 111011 | 11110 |
Color Harmonies of #7A1F54
Complementary color
Monochromatic Colors of #7A1F54
Black with #7A1F54
Text Example
Text Example
White with #7A1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F54; }
p { color: rgb(122,31,84); }
H1.HeaderClassName
{
color: #7A1F54;
}
.AnyTagClassName
{
color: #7A1F54;
}
</style>
background-color css
<style>
a { background-color: #7A1F54; }
a { background-color: rgb(122,31,84); }
div.DivClassName
{
background-color: #7A1F54;
}
.BgClassName
{
background-color: #7A1F54;
}
</style>
border-color css
<style>
span { border-color: #7A1F54; }
span { border-color: rgb(122,31,84); }
td.TdClassName
{
border-color: #7A1F54;
}
.TagClassName
{
border-color: #7A1F54;
}
</style>