Shades of Flirt #7C324B
Tints of Flirt #7C324B
RGB
CMYK
RGB Variations
Color information
#7C324B (or 0x7C324B) is known color: Flirt. HEX triplet: 7C, 32 and 4B. RGB value is (124,50,75). Sum of RGB (Red+Green+Blue) = 124+50+75=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C324B is #83CDB4. Grayscale: #4A4A4A. Windows color (decimal): -8637877 or 4928124. OLE color: 4928124.
HSL color Cylindrical-coordinate representation of color #7C324B: hue angle of 339.73º 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 #7C324B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 50 | 75 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.51 |
| HSL | 339.73º | 0.43% | 0.34% | - |
| HSV(B) | 339.73º | 0.6% | 0.49% | - |
| XYZ | 10.72 | 7.07 | 7.46 | - |
| YUV | 74.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 75 | 0 | 0.60 | 0.40 | 0.51 | 339.73 | 0.43 | 0.34 |
| Hex | 7C | 32 | 4B | 0 | 3C | 28 | 33 | 154 | 2B | 22 |
| Octal | 174 | 62 | 113 | 0 | 74 | 50 | 63 | 524 | 53 | 42 |
| Binary | 1111100 | 110010 | 1001011 | 0 | 111100 | 101000 | 110011 | 101010100 | 101011 | 100010 |
Color Harmonies of #7C324B
Complementary color
Monochromatic Colors of #7C324B
Black with #7C324B
Text Example
Text Example
White with #7C324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C324B; }
p { color: rgb(124,50,75); }
H1.HeaderClassName
{
color: #7C324B;
}
.AnyTagClassName
{
color: #7C324B;
}
</style>
background-color css
<style>
a { background-color: #7C324B; }
a { background-color: rgb(124,50,75); }
div.DivClassName
{
background-color: #7C324B;
}
.BgClassName
{
background-color: #7C324B;
}
</style>
border-color css
<style>
span { border-color: #7C324B; }
span { border-color: rgb(124,50,75); }
td.TdClassName
{
border-color: #7C324B;
}
.TagClassName
{
border-color: #7C324B;
}
</style>