Shades of Flirt #7C224C
Tints of Flirt #7C224C
RGB
CMYK
RGB Variations
Color information
#7C224C (or 0x7C224C) is known color: Flirt. HEX triplet: 7C, 22 and 4C. RGB value is (124,34,76). Sum of RGB (Red+Green+Blue) = 124+34+76=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C224C is #83DDB3. Grayscale: #414141. Windows color (decimal): -8641972 or 4989564. OLE color: 4989564.
HSL color Cylindrical-coordinate representation of color #7C224C: hue angle of 332º 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 #7C224C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 76 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.51 |
| HSL | 332º | 0.57% | 0.31% | - |
| HSV(B) | 332º | 0.73% | 0.49% | - |
| XYZ | 10.19 | 5.95 | 7.45 | - |
| YUV | 65.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 76 | 0 | 0.73 | 0.39 | 0.51 | 332 | 0.57 | 0.31 |
| Hex | 7C | 22 | 4C | 0 | 49 | 27 | 33 | 14C | 39 | 1F |
| Octal | 174 | 42 | 114 | 0 | 111 | 47 | 63 | 514 | 71 | 37 |
| Binary | 1111100 | 100010 | 1001100 | 0 | 1001001 | 100111 | 110011 | 101001100 | 111001 | 11111 |
Color Harmonies of #7C224C
Complementary color
Monochromatic Colors of #7C224C
Black with #7C224C
Text Example
Text Example
White with #7C224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C224C; }
p { color: rgb(124,34,76); }
H1.HeaderClassName
{
color: #7C224C;
}
.AnyTagClassName
{
color: #7C224C;
}
</style>
background-color css
<style>
a { background-color: #7C224C; }
a { background-color: rgb(124,34,76); }
div.DivClassName
{
background-color: #7C224C;
}
.BgClassName
{
background-color: #7C224C;
}
</style>
border-color css
<style>
span { border-color: #7C224C; }
span { border-color: rgb(124,34,76); }
td.TdClassName
{
border-color: #7C224C;
}
.TagClassName
{
border-color: #7C224C;
}
</style>