Shades of Flirt #7C2153
Tints of Flirt #7C2153
RGB
CMYK
RGB Variations
Color information
#7C2153 (or 0x7C2153) is known color: Flirt. HEX triplet: 7C, 21 and 53. RGB value is (124,33,83). Sum of RGB (Red+Green+Blue) = 124+33+83=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2153 is #83DEAC. Grayscale: #414141. Windows color (decimal): -8642221 or 5448060. OLE color: 5448060.
HSL color Cylindrical-coordinate representation of color #7C2153: hue angle of 327.03º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2153 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 83 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.51 |
| HSL | 327.03º | 0.58% | 0.31% | - |
| HSV(B) | 327.03º | 0.73% | 0.49% | - |
| XYZ | 10.42 | 6 | 8.79 | - |
| YUV | 65.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 83 | 0 | 0.73 | 0.33 | 0.51 | 327.03 | 0.58 | 0.31 |
| Hex | 7C | 21 | 53 | 0 | 49 | 21 | 33 | 147 | 3A | 1F |
| Octal | 174 | 41 | 123 | 0 | 111 | 41 | 63 | 507 | 72 | 37 |
| Binary | 1111100 | 100001 | 1010011 | 0 | 1001001 | 100001 | 110011 | 101000111 | 111010 | 11111 |
Color Harmonies of #7C2153
Complementary color
Monochromatic Colors of #7C2153
Black with #7C2153
Text Example
Text Example
White with #7C2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2153; }
p { color: rgb(124,33,83); }
H1.HeaderClassName
{
color: #7C2153;
}
.AnyTagClassName
{
color: #7C2153;
}
</style>
background-color css
<style>
a { background-color: #7C2153; }
a { background-color: rgb(124,33,83); }
div.DivClassName
{
background-color: #7C2153;
}
.BgClassName
{
background-color: #7C2153;
}
</style>
border-color css
<style>
span { border-color: #7C2153; }
span { border-color: rgb(124,33,83); }
td.TdClassName
{
border-color: #7C2153;
}
.TagClassName
{
border-color: #7C2153;
}
</style>