Shades of Flirt #7C244C
Tints of Flirt #7C244C
RGB
CMYK
RGB Variations
Color information
#7C244C (or 0x7C244C) is known color: Flirt. HEX triplet: 7C, 24 and 4C. RGB value is (124,36,76). Sum of RGB (Red+Green+Blue) = 124+36+76=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C244C is #83DBB3. Grayscale: #424242. Windows color (decimal): -8641460 or 4990076. OLE color: 4990076.
HSL color Cylindrical-coordinate representation of color #7C244C: hue angle of 332.73º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C244C is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 76 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.51 |
| HSL | 332.73º | 0.55% | 0.31% | - |
| HSV(B) | 332.73º | 0.71% | 0.49% | - |
| XYZ | 10.25 | 6.07 | 7.47 | - |
| YUV | 66.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 76 | 0 | 0.71 | 0.39 | 0.51 | 332.73 | 0.55 | 0.31 |
| Hex | 7C | 24 | 4C | 0 | 47 | 27 | 33 | 14D | 37 | 1F |
| Octal | 174 | 44 | 114 | 0 | 107 | 47 | 63 | 515 | 67 | 37 |
| Binary | 1111100 | 100100 | 1001100 | 0 | 1000111 | 100111 | 110011 | 101001101 | 110111 | 11111 |
Color Harmonies of #7C244C
Complementary color
Monochromatic Colors of #7C244C
Black with #7C244C
Text Example
Text Example
White with #7C244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C244C; }
p { color: rgb(124,36,76); }
H1.HeaderClassName
{
color: #7C244C;
}
.AnyTagClassName
{
color: #7C244C;
}
</style>
background-color css
<style>
a { background-color: #7C244C; }
a { background-color: rgb(124,36,76); }
div.DivClassName
{
background-color: #7C244C;
}
.BgClassName
{
background-color: #7C244C;
}
</style>
border-color css
<style>
span { border-color: #7C244C; }
span { border-color: rgb(124,36,76); }
td.TdClassName
{
border-color: #7C244C;
}
.TagClassName
{
border-color: #7C244C;
}
</style>