Shades of Flirt #7C2547
Tints of Flirt #7C2547
RGB
CMYK
RGB Variations
Color information
#7C2547 (or 0x7C2547) is known color: Flirt. HEX triplet: 7C, 25 and 47. RGB value is (124,37,71). Sum of RGB (Red+Green+Blue) = 124+37+71=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2547 is #83DAB8. Grayscale: #424242. Windows color (decimal): -8641209 or 4662652. OLE color: 4662652.
HSL color Cylindrical-coordinate representation of color #7C2547: hue angle of 336.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C2547 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 71 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.51 |
| HSL | 336.55º | 0.54% | 0.32% | - |
| HSV(B) | 336.55º | 0.7% | 0.49% | - |
| XYZ | 10.11 | 6.06 | 6.6 | - |
| YUV | 66.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 71 | 0 | 0.70 | 0.43 | 0.51 | 336.55 | 0.54 | 0.32 |
| Hex | 7C | 25 | 47 | 0 | 46 | 2B | 33 | 151 | 36 | 20 |
| Octal | 174 | 45 | 107 | 0 | 106 | 53 | 63 | 521 | 66 | 40 |
| Binary | 1111100 | 100101 | 1000111 | 0 | 1000110 | 101011 | 110011 | 101010001 | 110110 | 100000 |
Color Harmonies of #7C2547
Complementary color
Monochromatic Colors of #7C2547
Black with #7C2547
Text Example
Text Example
White with #7C2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2547; }
p { color: rgb(124,37,71); }
H1.HeaderClassName
{
color: #7C2547;
}
.AnyTagClassName
{
color: #7C2547;
}
</style>
background-color css
<style>
a { background-color: #7C2547; }
a { background-color: rgb(124,37,71); }
div.DivClassName
{
background-color: #7C2547;
}
.BgClassName
{
background-color: #7C2547;
}
</style>
border-color css
<style>
span { border-color: #7C2547; }
span { border-color: rgb(124,37,71); }
td.TdClassName
{
border-color: #7C2547;
}
.TagClassName
{
border-color: #7C2547;
}
</style>