Shades of Flirt #722F54
Tints of Flirt #722F54
RGB
CMYK
RGB Variations
Color information
#722F54 (or 0x722F54) is known color: Flirt. HEX triplet: 72, 2F and 54. RGB value is (114,47,84). Sum of RGB (Red+Green+Blue) = 114+47+84=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #722F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F54 is #8DD0AB. Grayscale: #474747. Windows color (decimal): -9293996 or 5517170. OLE color: 5517170.
HSL color Cylindrical-coordinate representation of color #722F54: hue angle of 326.87º 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 #722F54 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 84 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.55 |
| HSL | 326.87º | 0.42% | 0.32% | - |
| HSV(B) | 326.87º | 0.59% | 0.45% | - |
| XYZ | 9.56 | 6.25 | 9.09 | - |
| YUV | 71.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 84 | 0 | 0.59 | 0.26 | 0.55 | 326.87 | 0.42 | 0.32 |
| Hex | 72 | 2F | 54 | 0 | 3B | 1A | 37 | 147 | 2A | 20 |
| Octal | 162 | 57 | 124 | 0 | 73 | 32 | 67 | 507 | 52 | 40 |
| Binary | 1110010 | 101111 | 1010100 | 0 | 111011 | 11010 | 110111 | 101000111 | 101010 | 100000 |
Color Harmonies of #722F54
Complementary color
Monochromatic Colors of #722F54
Black with #722F54
Text Example
Text Example
White with #722F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F54; }
p { color: rgb(114,47,84); }
H1.HeaderClassName
{
color: #722F54;
}
.AnyTagClassName
{
color: #722F54;
}
</style>
background-color css
<style>
a { background-color: #722F54; }
a { background-color: rgb(114,47,84); }
div.DivClassName
{
background-color: #722F54;
}
.BgClassName
{
background-color: #722F54;
}
</style>
border-color css
<style>
span { border-color: #722F54; }
span { border-color: rgb(114,47,84); }
td.TdClassName
{
border-color: #722F54;
}
.TagClassName
{
border-color: #722F54;
}
</style>