Shades of Flirt #7C385D
Tints of Flirt #7C385D
RGB
CMYK
RGB Variations
Color information
#7C385D (or 0x7C385D) is known color: Flirt. HEX triplet: 7C, 38 and 5D. RGB value is (124,56,93). Sum of RGB (Red+Green+Blue) = 124+56+93=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385D is #83C7A2. Grayscale: #505050. Windows color (decimal): -8636323 or 6109308. OLE color: 6109308.
HSL color Cylindrical-coordinate representation of color #7C385D: hue angle of 327.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C385D is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 93 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.51 |
| HSL | 327.35º | 0.38% | 0.35% | - |
| HSV(B) | 327.35º | 0.55% | 0.49% | - |
| XYZ | 11.7 | 7.9 | 11.26 | - |
| YUV | 80.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 93 | 0 | 0.55 | 0.25 | 0.51 | 327.35 | 0.38 | 0.35 |
| Hex | 7C | 38 | 5D | 0 | 37 | 19 | 33 | 147 | 26 | 23 |
| Octal | 174 | 70 | 135 | 0 | 67 | 31 | 63 | 507 | 46 | 43 |
| Binary | 1111100 | 111000 | 1011101 | 0 | 110111 | 11001 | 110011 | 101000111 | 100110 | 100011 |
Color Harmonies of #7C385D
Complementary color
Monochromatic Colors of #7C385D
Black with #7C385D
Text Example
Text Example
White with #7C385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C385D; }
p { color: rgb(124,56,93); }
H1.HeaderClassName
{
color: #7C385D;
}
.AnyTagClassName
{
color: #7C385D;
}
</style>
background-color css
<style>
a { background-color: #7C385D; }
a { background-color: rgb(124,56,93); }
div.DivClassName
{
background-color: #7C385D;
}
.BgClassName
{
background-color: #7C385D;
}
</style>
border-color css
<style>
span { border-color: #7C385D; }
span { border-color: rgb(124,56,93); }
td.TdClassName
{
border-color: #7C385D;
}
.TagClassName
{
border-color: #7C385D;
}
</style>