Shades of Flirt #7C2148
Tints of Flirt #7C2148
RGB
CMYK
RGB Variations
Color information
#7C2148 (or 0x7C2148) is known color: Flirt. HEX triplet: 7C, 21 and 48. RGB value is (124,33,72). Sum of RGB (Red+Green+Blue) = 124+33+72=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2148 is #83DEB7. Grayscale: #404040. Windows color (decimal): -8642232 or 4727164. OLE color: 4727164.
HSL color Cylindrical-coordinate representation of color #7C2148: hue angle of 334.29º 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 #7C2148 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 72 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.51 |
| HSL | 334.29º | 0.58% | 0.31% | - |
| HSV(B) | 334.29º | 0.73% | 0.49% | - |
| XYZ | 10.03 | 5.84 | 6.73 | - |
| YUV | 64.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 72 | 0 | 0.73 | 0.42 | 0.51 | 334.29 | 0.58 | 0.31 |
| Hex | 7C | 21 | 48 | 0 | 49 | 2A | 33 | 14E | 3A | 1F |
| Octal | 174 | 41 | 110 | 0 | 111 | 52 | 63 | 516 | 72 | 37 |
| Binary | 1111100 | 100001 | 1001000 | 0 | 1001001 | 101010 | 110011 | 101001110 | 111010 | 11111 |
Color Harmonies of #7C2148
Complementary color
Monochromatic Colors of #7C2148
Black with #7C2148
Text Example
Text Example
White with #7C2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2148; }
p { color: rgb(124,33,72); }
H1.HeaderClassName
{
color: #7C2148;
}
.AnyTagClassName
{
color: #7C2148;
}
</style>
background-color css
<style>
a { background-color: #7C2148; }
a { background-color: rgb(124,33,72); }
div.DivClassName
{
background-color: #7C2148;
}
.BgClassName
{
background-color: #7C2148;
}
</style>
border-color css
<style>
span { border-color: #7C2148; }
span { border-color: rgb(124,33,72); }
td.TdClassName
{
border-color: #7C2148;
}
.TagClassName
{
border-color: #7C2148;
}
</style>