Shades of Flirt #722F56
Tints of Flirt #722F56
RGB
CMYK
RGB Variations
Color information
#722F56 (or 0x722F56) is known color: Flirt. HEX triplet: 72, 2F and 56. RGB value is (114,47,86). Sum of RGB (Red+Green+Blue) = 114+47+86=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #722F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F56 is #8DD0A9. Grayscale: #474747. Windows color (decimal): -9293994 or 5648242. OLE color: 5648242.
HSL color Cylindrical-coordinate representation of color #722F56: hue angle of 325.07º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F56 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 86 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.55 |
| HSL | 325.07º | 0.42% | 0.32% | - |
| HSV(B) | 325.07º | 0.59% | 0.45% | - |
| XYZ | 9.64 | 6.28 | 9.51 | - |
| YUV | 71.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 86 | 0 | 0.59 | 0.25 | 0.55 | 325.07 | 0.42 | 0.32 |
| Hex | 72 | 2F | 56 | 0 | 3B | 19 | 37 | 145 | 2A | 20 |
| Octal | 162 | 57 | 126 | 0 | 73 | 31 | 67 | 505 | 52 | 40 |
| Binary | 1110010 | 101111 | 1010110 | 0 | 111011 | 11001 | 110111 | 101000101 | 101010 | 100000 |
Color Harmonies of #722F56
Complementary color
Monochromatic Colors of #722F56
Black with #722F56
Text Example
Text Example
White with #722F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F56; }
p { color: rgb(114,47,86); }
H1.HeaderClassName
{
color: #722F56;
}
.AnyTagClassName
{
color: #722F56;
}
</style>
background-color css
<style>
a { background-color: #722F56; }
a { background-color: rgb(114,47,86); }
div.DivClassName
{
background-color: #722F56;
}
.BgClassName
{
background-color: #722F56;
}
</style>
border-color css
<style>
span { border-color: #722F56; }
span { border-color: rgb(114,47,86); }
td.TdClassName
{
border-color: #722F56;
}
.TagClassName
{
border-color: #722F56;
}
</style>