Shades of Flirt #7C2653
Tints of Flirt #7C2653
RGB
CMYK
RGB Variations
Color information
#7C2653 (or 0x7C2653) is known color: Flirt. HEX triplet: 7C, 26 and 53. RGB value is (124,38,83). Sum of RGB (Red+Green+Blue) = 124+38+83=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2653 is #83D9AC. Grayscale: #444444. Windows color (decimal): -8640941 or 5449340. OLE color: 5449340.
HSL color Cylindrical-coordinate representation of color #7C2653: hue angle of 328.6º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C2653 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 83 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.51 |
| HSL | 328.6º | 0.53% | 0.32% | - |
| HSV(B) | 328.6º | 0.69% | 0.49% | - |
| XYZ | 10.57 | 6.3 | 8.84 | - |
| YUV | 68.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 83 | 0 | 0.69 | 0.33 | 0.51 | 328.6 | 0.53 | 0.32 |
| Hex | 7C | 26 | 53 | 0 | 45 | 21 | 33 | 149 | 35 | 20 |
| Octal | 174 | 46 | 123 | 0 | 105 | 41 | 63 | 511 | 65 | 40 |
| Binary | 1111100 | 100110 | 1010011 | 0 | 1000101 | 100001 | 110011 | 101001001 | 110101 | 100000 |
Color Harmonies of #7C2653
Complementary color
Monochromatic Colors of #7C2653
Black with #7C2653
Text Example
Text Example
White with #7C2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2653; }
p { color: rgb(124,38,83); }
H1.HeaderClassName
{
color: #7C2653;
}
.AnyTagClassName
{
color: #7C2653;
}
</style>
background-color css
<style>
a { background-color: #7C2653; }
a { background-color: rgb(124,38,83); }
div.DivClassName
{
background-color: #7C2653;
}
.BgClassName
{
background-color: #7C2653;
}
</style>
border-color css
<style>
span { border-color: #7C2653; }
span { border-color: rgb(124,38,83); }
td.TdClassName
{
border-color: #7C2653;
}
.TagClassName
{
border-color: #7C2653;
}
</style>