Shades of Flirt #7C365D
Tints of Flirt #7C365D
RGB
CMYK
RGB Variations
Color information
#7C365D (or 0x7C365D) is known color: Flirt. HEX triplet: 7C, 36 and 5D. RGB value is (124,54,93). Sum of RGB (Red+Green+Blue) = 124+54+93=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C365D is #83C9A2. Grayscale: #4F4F4F. Windows color (decimal): -8636835 or 6108796. OLE color: 6108796.
HSL color Cylindrical-coordinate representation of color #7C365D: hue angle of 326.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C365D is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 93 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.51 |
| HSL | 326.57º | 0.39% | 0.35% | - |
| HSV(B) | 326.57º | 0.56% | 0.49% | - |
| XYZ | 11.61 | 7.71 | 11.23 | - |
| YUV | 79.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 93 | 0 | 0.56 | 0.25 | 0.51 | 326.57 | 0.39 | 0.35 |
| Hex | 7C | 36 | 5D | 0 | 38 | 19 | 33 | 147 | 27 | 23 |
| Octal | 174 | 66 | 135 | 0 | 70 | 31 | 63 | 507 | 47 | 43 |
| Binary | 1111100 | 110110 | 1011101 | 0 | 111000 | 11001 | 110011 | 101000111 | 100111 | 100011 |
Color Harmonies of #7C365D
Complementary color
Monochromatic Colors of #7C365D
Black with #7C365D
Text Example
Text Example
White with #7C365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C365D; }
p { color: rgb(124,54,93); }
H1.HeaderClassName
{
color: #7C365D;
}
.AnyTagClassName
{
color: #7C365D;
}
</style>
background-color css
<style>
a { background-color: #7C365D; }
a { background-color: rgb(124,54,93); }
div.DivClassName
{
background-color: #7C365D;
}
.BgClassName
{
background-color: #7C365D;
}
</style>
border-color css
<style>
span { border-color: #7C365D; }
span { border-color: rgb(124,54,93); }
td.TdClassName
{
border-color: #7C365D;
}
.TagClassName
{
border-color: #7C365D;
}
</style>