Shades of Flirt #7C2141
Tints of Flirt #7C2141
RGB
CMYK
RGB Variations
Color information
#7C2141 (or 0x7C2141) is known color: Flirt. HEX triplet: 7C, 21 and 41. RGB value is (124,33,65). Sum of RGB (Red+Green+Blue) = 124+33+65=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2141 is #83DEBE. Grayscale: #3F3F3F. Windows color (decimal): -8642239 or 4268412. OLE color: 4268412.
HSL color Cylindrical-coordinate representation of color #7C2141: hue angle of 338.9º 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 #7C2141 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 65 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.51 |
| HSL | 338.9º | 0.58% | 0.31% | - |
| HSV(B) | 338.9º | 0.73% | 0.49% | - |
| XYZ | 9.81 | 5.75 | 5.59 | - |
| YUV | 63.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 65 | 0 | 0.73 | 0.48 | 0.51 | 338.9 | 0.58 | 0.31 |
| Hex | 7C | 21 | 41 | 0 | 49 | 30 | 33 | 153 | 3A | 1F |
| Octal | 174 | 41 | 101 | 0 | 111 | 60 | 63 | 523 | 72 | 37 |
| Binary | 1111100 | 100001 | 1000001 | 0 | 1001001 | 110000 | 110011 | 101010011 | 111010 | 11111 |
Color Harmonies of #7C2141
Complementary color
Monochromatic Colors of #7C2141
Black with #7C2141
Text Example
Text Example
White with #7C2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2141; }
p { color: rgb(124,33,65); }
H1.HeaderClassName
{
color: #7C2141;
}
.AnyTagClassName
{
color: #7C2141;
}
</style>
background-color css
<style>
a { background-color: #7C2141; }
a { background-color: rgb(124,33,65); }
div.DivClassName
{
background-color: #7C2141;
}
.BgClassName
{
background-color: #7C2141;
}
</style>
border-color css
<style>
span { border-color: #7C2141; }
span { border-color: rgb(124,33,65); }
td.TdClassName
{
border-color: #7C2141;
}
.TagClassName
{
border-color: #7C2141;
}
</style>