Shades of Flirt #7C2040
Tints of Flirt #7C2040
RGB
CMYK
RGB Variations
Color information
#7C2040 (or 0x7C2040) is known color: Flirt. HEX triplet: 7C, 20 and 40. RGB value is (124,32,64). Sum of RGB (Red+Green+Blue) = 124+32+64=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2040 is #83DFBF. Grayscale: #3F3F3F. Windows color (decimal): -8642496 or 4202620. OLE color: 4202620.
HSL color Cylindrical-coordinate representation of color #7C2040: hue angle of 339.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2040 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 64 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.51 |
| HSL | 339.13º | 0.59% | 0.31% | - |
| HSV(B) | 339.13º | 0.74% | 0.49% | - |
| XYZ | 9.75 | 5.69 | 5.43 | - |
| YUV | 63.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 64 | 0 | 0.74 | 0.48 | 0.51 | 339.13 | 0.59 | 0.31 |
| Hex | 7C | 20 | 40 | 0 | 4A | 30 | 33 | 153 | 3B | 1F |
| Octal | 174 | 40 | 100 | 0 | 112 | 60 | 63 | 523 | 73 | 37 |
| Binary | 1111100 | 100000 | 1000000 | 0 | 1001010 | 110000 | 110011 | 101010011 | 111011 | 11111 |
Color Harmonies of #7C2040
Complementary color
Monochromatic Colors of #7C2040
Black with #7C2040
Text Example
Text Example
White with #7C2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2040; }
p { color: rgb(124,32,64); }
H1.HeaderClassName
{
color: #7C2040;
}
.AnyTagClassName
{
color: #7C2040;
}
</style>
background-color css
<style>
a { background-color: #7C2040; }
a { background-color: rgb(124,32,64); }
div.DivClassName
{
background-color: #7C2040;
}
.BgClassName
{
background-color: #7C2040;
}
</style>
border-color css
<style>
span { border-color: #7C2040; }
span { border-color: rgb(124,32,64); }
td.TdClassName
{
border-color: #7C2040;
}
.TagClassName
{
border-color: #7C2040;
}
</style>