Shades of Flirt #722C53
Tints of Flirt #722C53
RGB
CMYK
RGB Variations
Color information
#722C53 (or 0x722C53) is known color: Flirt. HEX triplet: 72, 2C and 53. RGB value is (114,44,83). Sum of RGB (Red+Green+Blue) = 114+44+83=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #722C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C53 is #8DD3AC. Grayscale: #454545. Windows color (decimal): -9294765 or 5450866. OLE color: 5450866.
HSL color Cylindrical-coordinate representation of color #722C53: hue angle of 326.57º 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 #722C53 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 83 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.55 |
| HSL | 326.57º | 0.44% | 0.31% | - |
| HSV(B) | 326.57º | 0.61% | 0.45% | - |
| XYZ | 9.4 | 6 | 8.85 | - |
| YUV | 69.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 83 | 0 | 0.61 | 0.27 | 0.55 | 326.57 | 0.44 | 0.31 |
| Hex | 72 | 2C | 53 | 0 | 3D | 1B | 37 | 147 | 2C | 1F |
| Octal | 162 | 54 | 123 | 0 | 75 | 33 | 67 | 507 | 54 | 37 |
| Binary | 1110010 | 101100 | 1010011 | 0 | 111101 | 11011 | 110111 | 101000111 | 101100 | 11111 |
Color Harmonies of #722C53
Complementary color
Monochromatic Colors of #722C53
Black with #722C53
Text Example
Text Example
White with #722C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C53; }
p { color: rgb(114,44,83); }
H1.HeaderClassName
{
color: #722C53;
}
.AnyTagClassName
{
color: #722C53;
}
</style>
background-color css
<style>
a { background-color: #722C53; }
a { background-color: rgb(114,44,83); }
div.DivClassName
{
background-color: #722C53;
}
.BgClassName
{
background-color: #722C53;
}
</style>
border-color css
<style>
span { border-color: #722C53; }
span { border-color: rgb(114,44,83); }
td.TdClassName
{
border-color: #722C53;
}
.TagClassName
{
border-color: #722C53;
}
</style>