Shades of Flirt #7C2B58
Tints of Flirt #7C2B58
RGB
CMYK
RGB Variations
Color information
#7C2B58 (or 0x7C2B58) is known color: Flirt. HEX triplet: 7C, 2B and 58. RGB value is (124,43,88). Sum of RGB (Red+Green+Blue) = 124+43+88=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2B58 is #83D4A7. Grayscale: #484848. Windows color (decimal): -8639656 or 5778300. OLE color: 5778300.
HSL color Cylindrical-coordinate representation of color #7C2B58: hue angle of 326.67º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2B58 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 88 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.51 |
| HSL | 326.67º | 0.49% | 0.33% | - |
| HSV(B) | 326.67º | 0.65% | 0.49% | - |
| XYZ | 10.94 | 6.72 | 9.95 | - |
| YUV | 72.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 88 | 0 | 0.65 | 0.29 | 0.51 | 326.67 | 0.49 | 0.33 |
| Hex | 7C | 2B | 58 | 0 | 41 | 1D | 33 | 147 | 31 | 21 |
| Octal | 174 | 53 | 130 | 0 | 101 | 35 | 63 | 507 | 61 | 41 |
| Binary | 1111100 | 101011 | 1011000 | 0 | 1000001 | 11101 | 110011 | 101000111 | 110001 | 100001 |
Color Harmonies of #7C2B58
Complementary color
Monochromatic Colors of #7C2B58
Black with #7C2B58
Text Example
Text Example
White with #7C2B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B58; }
p { color: rgb(124,43,88); }
H1.HeaderClassName
{
color: #7C2B58;
}
.AnyTagClassName
{
color: #7C2B58;
}
</style>
background-color css
<style>
a { background-color: #7C2B58; }
a { background-color: rgb(124,43,88); }
div.DivClassName
{
background-color: #7C2B58;
}
.BgClassName
{
background-color: #7C2B58;
}
</style>
border-color css
<style>
span { border-color: #7C2B58; }
span { border-color: rgb(124,43,88); }
td.TdClassName
{
border-color: #7C2B58;
}
.TagClassName
{
border-color: #7C2B58;
}
</style>