Shades of Flirt #7C224A
Tints of Flirt #7C224A
RGB
CMYK
RGB Variations
Color information
#7C224A (or 0x7C224A) is known color: Flirt. HEX triplet: 7C, 22 and 4A. RGB value is (124,34,74). Sum of RGB (Red+Green+Blue) = 124+34+74=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C224A is #83DDB5. Grayscale: #414141. Windows color (decimal): -8641974 or 4858492. OLE color: 4858492.
HSL color Cylindrical-coordinate representation of color #7C224A: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C224A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 74 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.51 |
| HSL | 333.33º | 0.57% | 0.31% | - |
| HSV(B) | 333.33º | 0.73% | 0.49% | - |
| XYZ | 10.12 | 5.92 | 7.09 | - |
| YUV | 65.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 74 | 0 | 0.73 | 0.40 | 0.51 | 333.33 | 0.57 | 0.31 |
| Hex | 7C | 22 | 4A | 0 | 49 | 28 | 33 | 14D | 39 | 1F |
| Octal | 174 | 42 | 112 | 0 | 111 | 50 | 63 | 515 | 71 | 37 |
| Binary | 1111100 | 100010 | 1001010 | 0 | 1001001 | 101000 | 110011 | 101001101 | 111001 | 11111 |
Color Harmonies of #7C224A
Complementary color
Monochromatic Colors of #7C224A
Black with #7C224A
Text Example
Text Example
White with #7C224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C224A; }
p { color: rgb(124,34,74); }
H1.HeaderClassName
{
color: #7C224A;
}
.AnyTagClassName
{
color: #7C224A;
}
</style>
background-color css
<style>
a { background-color: #7C224A; }
a { background-color: rgb(124,34,74); }
div.DivClassName
{
background-color: #7C224A;
}
.BgClassName
{
background-color: #7C224A;
}
</style>
border-color css
<style>
span { border-color: #7C224A; }
span { border-color: rgb(124,34,74); }
td.TdClassName
{
border-color: #7C224A;
}
.TagClassName
{
border-color: #7C224A;
}
</style>