Shades of Flirt #7C385B
Tints of Flirt #7C385B
RGB
CMYK
RGB Variations
Color information
#7C385B (or 0x7C385B) is known color: Flirt. HEX triplet: 7C, 38 and 5B. RGB value is (124,56,91). Sum of RGB (Red+Green+Blue) = 124+56+91=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385B is #83C7A4. Grayscale: #505050. Windows color (decimal): -8636325 or 5978236. OLE color: 5978236.
HSL color Cylindrical-coordinate representation of color #7C385B: hue angle of 329.12º 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 #7C385B is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 91 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.51 |
| HSL | 329.12º | 0.38% | 0.35% | - |
| HSV(B) | 329.12º | 0.55% | 0.49% | - |
| XYZ | 11.61 | 7.87 | 10.8 | - |
| YUV | 80.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 91 | 0 | 0.55 | 0.27 | 0.51 | 329.12 | 0.38 | 0.35 |
| Hex | 7C | 38 | 5B | 0 | 37 | 1B | 33 | 149 | 26 | 23 |
| Octal | 174 | 70 | 133 | 0 | 67 | 33 | 63 | 511 | 46 | 43 |
| Binary | 1111100 | 111000 | 1011011 | 0 | 110111 | 11011 | 110011 | 101001001 | 100110 | 100011 |
Color Harmonies of #7C385B
Complementary color
Monochromatic Colors of #7C385B
Black with #7C385B
Text Example
Text Example
White with #7C385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C385B; }
p { color: rgb(124,56,91); }
H1.HeaderClassName
{
color: #7C385B;
}
.AnyTagClassName
{
color: #7C385B;
}
</style>
background-color css
<style>
a { background-color: #7C385B; }
a { background-color: rgb(124,56,91); }
div.DivClassName
{
background-color: #7C385B;
}
.BgClassName
{
background-color: #7C385B;
}
</style>
border-color css
<style>
span { border-color: #7C385B; }
span { border-color: rgb(124,56,91); }
td.TdClassName
{
border-color: #7C385B;
}
.TagClassName
{
border-color: #7C385B;
}
</style>