Shades of Flirt #722C58
Tints of Flirt #722C58
RGB
CMYK
RGB Variations
Color information
#722C58 (or 0x722C58) is known color: Flirt. HEX triplet: 72, 2C and 58. RGB value is (114,44,88). Sum of RGB (Red+Green+Blue) = 114+44+88=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #722C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C58 is #8DD3A7. Grayscale: #454545. Windows color (decimal): -9294760 or 5778546. OLE color: 5778546.
HSL color Cylindrical-coordinate representation of color #722C58: hue angle of 322.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C58 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 88 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.55 |
| HSL | 322.29º | 0.44% | 0.31% | - |
| HSV(B) | 322.29º | 0.61% | 0.45% | - |
| XYZ | 9.6 | 6.08 | 9.9 | - |
| YUV | 69.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 88 | 0 | 0.61 | 0.23 | 0.55 | 322.29 | 0.44 | 0.31 |
| Hex | 72 | 2C | 58 | 0 | 3D | 17 | 37 | 142 | 2C | 1F |
| Octal | 162 | 54 | 130 | 0 | 75 | 27 | 67 | 502 | 54 | 37 |
| Binary | 1110010 | 101100 | 1011000 | 0 | 111101 | 10111 | 110111 | 101000010 | 101100 | 11111 |
Color Harmonies of #722C58
Complementary color
Monochromatic Colors of #722C58
Black with #722C58
Text Example
Text Example
White with #722C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C58; }
p { color: rgb(114,44,88); }
H1.HeaderClassName
{
color: #722C58;
}
.AnyTagClassName
{
color: #722C58;
}
</style>
background-color css
<style>
a { background-color: #722C58; }
a { background-color: rgb(114,44,88); }
div.DivClassName
{
background-color: #722C58;
}
.BgClassName
{
background-color: #722C58;
}
</style>
border-color css
<style>
span { border-color: #722C58; }
span { border-color: rgb(114,44,88); }
td.TdClassName
{
border-color: #722C58;
}
.TagClassName
{
border-color: #722C58;
}
</style>