Shades of Flirt #7C2245
Tints of Flirt #7C2245
RGB
CMYK
RGB Variations
Color information
#7C2245 (or 0x7C2245) is known color: Flirt. HEX triplet: 7C, 22 and 45. RGB value is (124,34,69). Sum of RGB (Red+Green+Blue) = 124+34+69=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2245 is #83DDBA. Grayscale: #404040. Windows color (decimal): -8641979 or 4530812. OLE color: 4530812.
HSL color Cylindrical-coordinate representation of color #7C2245: hue angle of 336.67º degrees, saturation: 0.57, 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 #7C2245 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 69 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.51 |
| HSL | 336.67º | 0.57% | 0.31% | - |
| HSV(B) | 336.67º | 0.73% | 0.49% | - |
| XYZ | 9.96 | 5.86 | 6.24 | - |
| YUV | 64.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 69 | 0 | 0.73 | 0.44 | 0.51 | 336.67 | 0.57 | 0.31 |
| Hex | 7C | 22 | 45 | 0 | 49 | 2C | 33 | 151 | 39 | 1F |
| Octal | 174 | 42 | 105 | 0 | 111 | 54 | 63 | 521 | 71 | 37 |
| Binary | 1111100 | 100010 | 1000101 | 0 | 1001001 | 101100 | 110011 | 101010001 | 111001 | 11111 |
Color Harmonies of #7C2245
Complementary color
Monochromatic Colors of #7C2245
Black with #7C2245
Text Example
Text Example
White with #7C2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2245; }
p { color: rgb(124,34,69); }
H1.HeaderClassName
{
color: #7C2245;
}
.AnyTagClassName
{
color: #7C2245;
}
</style>
background-color css
<style>
a { background-color: #7C2245; }
a { background-color: rgb(124,34,69); }
div.DivClassName
{
background-color: #7C2245;
}
.BgClassName
{
background-color: #7C2245;
}
</style>
border-color css
<style>
span { border-color: #7C2245; }
span { border-color: rgb(124,34,69); }
td.TdClassName
{
border-color: #7C2245;
}
.TagClassName
{
border-color: #7C2245;
}
</style>