Shades of Flirt #722F51
Tints of Flirt #722F51
RGB
CMYK
RGB Variations
Color information
#722F51 (or 0x722F51) is known color: Flirt. HEX triplet: 72, 2F and 51. RGB value is (114,47,81). Sum of RGB (Red+Green+Blue) = 114+47+81=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #722F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F51 is #8DD0AE. Grayscale: #464646. Windows color (decimal): -9293999 or 5320562. OLE color: 5320562.
HSL color Cylindrical-coordinate representation of color #722F51: hue angle of 329.55º 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 #722F51 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 81 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.55 |
| HSL | 329.55º | 0.42% | 0.32% | - |
| HSV(B) | 329.55º | 0.59% | 0.45% | - |
| XYZ | 9.44 | 6.2 | 8.48 | - |
| YUV | 70.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 81 | 0 | 0.59 | 0.29 | 0.55 | 329.55 | 0.42 | 0.32 |
| Hex | 72 | 2F | 51 | 0 | 3B | 1D | 37 | 14A | 2A | 20 |
| Octal | 162 | 57 | 121 | 0 | 73 | 35 | 67 | 512 | 52 | 40 |
| Binary | 1110010 | 101111 | 1010001 | 0 | 111011 | 11101 | 110111 | 101001010 | 101010 | 100000 |
Color Harmonies of #722F51
Complementary color
Monochromatic Colors of #722F51
Black with #722F51
Text Example
Text Example
White with #722F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F51; }
p { color: rgb(114,47,81); }
H1.HeaderClassName
{
color: #722F51;
}
.AnyTagClassName
{
color: #722F51;
}
</style>
background-color css
<style>
a { background-color: #722F51; }
a { background-color: rgb(114,47,81); }
div.DivClassName
{
background-color: #722F51;
}
.BgClassName
{
background-color: #722F51;
}
</style>
border-color css
<style>
span { border-color: #722F51; }
span { border-color: rgb(114,47,81); }
td.TdClassName
{
border-color: #722F51;
}
.TagClassName
{
border-color: #722F51;
}
</style>