Shades of Flirt #722F50
Tints of Flirt #722F50
RGB
CMYK
RGB Variations
Color information
#722F50 (or 0x722F50) is known color: Flirt. HEX triplet: 72, 2F and 50. RGB value is (114,47,80). Sum of RGB (Red+Green+Blue) = 114+47+80=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #722F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F50 is #8DD0AF. Grayscale: #464646. Windows color (decimal): -9294000 or 5255026. OLE color: 5255026.
HSL color Cylindrical-coordinate representation of color #722F50: hue angle of 330.45º 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 #722F50 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 80 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.55 |
| HSL | 330.45º | 0.42% | 0.32% | - |
| HSV(B) | 330.45º | 0.59% | 0.45% | - |
| XYZ | 9.4 | 6.19 | 8.29 | - |
| YUV | 70.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 80 | 0 | 0.59 | 0.30 | 0.55 | 330.45 | 0.42 | 0.32 |
| Hex | 72 | 2F | 50 | 0 | 3B | 1E | 37 | 14A | 2A | 20 |
| Octal | 162 | 57 | 120 | 0 | 73 | 36 | 67 | 512 | 52 | 40 |
| Binary | 1110010 | 101111 | 1010000 | 0 | 111011 | 11110 | 110111 | 101001010 | 101010 | 100000 |
Color Harmonies of #722F50
Complementary color
Monochromatic Colors of #722F50
Black with #722F50
Text Example
Text Example
White with #722F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F50; }
p { color: rgb(114,47,80); }
H1.HeaderClassName
{
color: #722F50;
}
.AnyTagClassName
{
color: #722F50;
}
</style>
background-color css
<style>
a { background-color: #722F50; }
a { background-color: rgb(114,47,80); }
div.DivClassName
{
background-color: #722F50;
}
.BgClassName
{
background-color: #722F50;
}
</style>
border-color css
<style>
span { border-color: #722F50; }
span { border-color: rgb(114,47,80); }
td.TdClassName
{
border-color: #722F50;
}
.TagClassName
{
border-color: #722F50;
}
</style>