Shades of Flirt #7C2149
Tints of Flirt #7C2149
RGB
CMYK
RGB Variations
Color information
#7C2149 (or 0x7C2149) is known color: Flirt. HEX triplet: 7C, 21 and 49. RGB value is (124,33,73). Sum of RGB (Red+Green+Blue) = 124+33+73=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2149 is #83DEB6. Grayscale: #404040. Windows color (decimal): -8642231 or 4792700. OLE color: 4792700.
HSL color Cylindrical-coordinate representation of color #7C2149: hue angle of 333.63º 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 #7C2149 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 73 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.51 |
| HSL | 333.63º | 0.58% | 0.31% | - |
| HSV(B) | 333.63º | 0.73% | 0.49% | - |
| XYZ | 10.06 | 5.85 | 6.9 | - |
| YUV | 64.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 73 | 0 | 0.73 | 0.41 | 0.51 | 333.63 | 0.58 | 0.31 |
| Hex | 7C | 21 | 49 | 0 | 49 | 29 | 33 | 14E | 3A | 1F |
| Octal | 174 | 41 | 111 | 0 | 111 | 51 | 63 | 516 | 72 | 37 |
| Binary | 1111100 | 100001 | 1001001 | 0 | 1001001 | 101001 | 110011 | 101001110 | 111010 | 11111 |
Color Harmonies of #7C2149
Complementary color
Monochromatic Colors of #7C2149
Black with #7C2149
Text Example
Text Example
White with #7C2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2149; }
p { color: rgb(124,33,73); }
H1.HeaderClassName
{
color: #7C2149;
}
.AnyTagClassName
{
color: #7C2149;
}
</style>
background-color css
<style>
a { background-color: #7C2149; }
a { background-color: rgb(124,33,73); }
div.DivClassName
{
background-color: #7C2149;
}
.BgClassName
{
background-color: #7C2149;
}
</style>
border-color css
<style>
span { border-color: #7C2149; }
span { border-color: rgb(124,33,73); }
td.TdClassName
{
border-color: #7C2149;
}
.TagClassName
{
border-color: #7C2149;
}
</style>