Shades of Flirt #7C314C
Tints of Flirt #7C314C
RGB
CMYK
RGB Variations
Color information
#7C314C (or 0x7C314C) is known color: Flirt. HEX triplet: 7C, 31 and 4C. RGB value is (124,49,76). Sum of RGB (Red+Green+Blue) = 124+49+76=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C314C is #83CEB3. Grayscale: #4A4A4A. Windows color (decimal): -8638132 or 4993404. OLE color: 4993404.
HSL color Cylindrical-coordinate representation of color #7C314C: hue angle of 338.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C314C is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 49 | 76 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.51 |
| HSL | 338.4º | 0.43% | 0.34% | - |
| HSV(B) | 338.4º | 0.6% | 0.49% | - |
| XYZ | 10.72 | 7 | 7.62 | - |
| YUV | 74.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 76 | 0 | 0.60 | 0.39 | 0.51 | 338.4 | 0.43 | 0.34 |
| Hex | 7C | 31 | 4C | 0 | 3C | 27 | 33 | 152 | 2B | 22 |
| Octal | 174 | 61 | 114 | 0 | 74 | 47 | 63 | 522 | 53 | 42 |
| Binary | 1111100 | 110001 | 1001100 | 0 | 111100 | 100111 | 110011 | 101010010 | 101011 | 100010 |
Color Harmonies of #7C314C
Complementary color
Monochromatic Colors of #7C314C
Black with #7C314C
Text Example
Text Example
White with #7C314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C314C; }
p { color: rgb(124,49,76); }
H1.HeaderClassName
{
color: #7C314C;
}
.AnyTagClassName
{
color: #7C314C;
}
</style>
background-color css
<style>
a { background-color: #7C314C; }
a { background-color: rgb(124,49,76); }
div.DivClassName
{
background-color: #7C314C;
}
.BgClassName
{
background-color: #7C314C;
}
</style>
border-color css
<style>
span { border-color: #7C314C; }
span { border-color: rgb(124,49,76); }
td.TdClassName
{
border-color: #7C314C;
}
.TagClassName
{
border-color: #7C314C;
}
</style>