Shades of Flirt #7C2256
Tints of Flirt #7C2256
RGB
CMYK
RGB Variations
Color information
#7C2256 (or 0x7C2256) is known color: Flirt. HEX triplet: 7C, 22 and 56. RGB value is (124,34,86). Sum of RGB (Red+Green+Blue) = 124+34+86=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2256 is #83DDA9. Grayscale: #424242. Windows color (decimal): -8641962 or 5644924. OLE color: 5644924.
HSL color Cylindrical-coordinate representation of color #7C2256: hue angle of 325.33º 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 #7C2256 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 86 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.51 |
| HSL | 325.33º | 0.57% | 0.31% | - |
| HSV(B) | 325.33º | 0.73% | 0.49% | - |
| XYZ | 10.56 | 6.1 | 9.42 | - |
| YUV | 66.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 86 | 0 | 0.73 | 0.31 | 0.51 | 325.33 | 0.57 | 0.31 |
| Hex | 7C | 22 | 56 | 0 | 49 | 1F | 33 | 145 | 39 | 1F |
| Octal | 174 | 42 | 126 | 0 | 111 | 37 | 63 | 505 | 71 | 37 |
| Binary | 1111100 | 100010 | 1010110 | 0 | 1001001 | 11111 | 110011 | 101000101 | 111001 | 11111 |
Color Harmonies of #7C2256
Complementary color
Monochromatic Colors of #7C2256
Black with #7C2256
Text Example
Text Example
White with #7C2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2256; }
p { color: rgb(124,34,86); }
H1.HeaderClassName
{
color: #7C2256;
}
.AnyTagClassName
{
color: #7C2256;
}
</style>
background-color css
<style>
a { background-color: #7C2256; }
a { background-color: rgb(124,34,86); }
div.DivClassName
{
background-color: #7C2256;
}
.BgClassName
{
background-color: #7C2256;
}
</style>
border-color css
<style>
span { border-color: #7C2256; }
span { border-color: rgb(124,34,86); }
td.TdClassName
{
border-color: #7C2256;
}
.TagClassName
{
border-color: #7C2256;
}
</style>