Shades of Flirt #722C50
Tints of Flirt #722C50
RGB
CMYK
RGB Variations
Color information
#722C50 (or 0x722C50) is known color: Flirt. HEX triplet: 72, 2C and 50. RGB value is (114,44,80). Sum of RGB (Red+Green+Blue) = 114+44+80=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #722C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C50 is #8DD3AF. Grayscale: #444444. Windows color (decimal): -9294768 or 5254258. OLE color: 5254258.
HSL color Cylindrical-coordinate representation of color #722C50: hue angle of 329.14º 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 #722C50 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 80 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.55 |
| HSL | 329.14º | 0.44% | 0.31% | - |
| HSV(B) | 329.14º | 0.61% | 0.45% | - |
| XYZ | 9.29 | 5.96 | 8.25 | - |
| YUV | 69.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 80 | 0 | 0.61 | 0.30 | 0.55 | 329.14 | 0.44 | 0.31 |
| Hex | 72 | 2C | 50 | 0 | 3D | 1E | 37 | 149 | 2C | 1F |
| Octal | 162 | 54 | 120 | 0 | 75 | 36 | 67 | 511 | 54 | 37 |
| Binary | 1110010 | 101100 | 1010000 | 0 | 111101 | 11110 | 110111 | 101001001 | 101100 | 11111 |
Color Harmonies of #722C50
Complementary color
Monochromatic Colors of #722C50
Black with #722C50
Text Example
Text Example
White with #722C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C50; }
p { color: rgb(114,44,80); }
H1.HeaderClassName
{
color: #722C50;
}
.AnyTagClassName
{
color: #722C50;
}
</style>
background-color css
<style>
a { background-color: #722C50; }
a { background-color: rgb(114,44,80); }
div.DivClassName
{
background-color: #722C50;
}
.BgClassName
{
background-color: #722C50;
}
</style>
border-color css
<style>
span { border-color: #722C50; }
span { border-color: rgb(114,44,80); }
td.TdClassName
{
border-color: #722C50;
}
.TagClassName
{
border-color: #722C50;
}
</style>