Shades of Flirt #722F47
Tints of Flirt #722F47
RGB
CMYK
RGB Variations
Color information
#722F47 (or 0x722F47) is known color: Flirt. HEX triplet: 72, 2F and 47. RGB value is (114,47,71). Sum of RGB (Red+Green+Blue) = 114+47+71=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #722F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F47 is #8DD0B8. Grayscale: #454545. Windows color (decimal): -9294009 or 4665202. OLE color: 4665202.
HSL color Cylindrical-coordinate representation of color #722F47: hue angle of 338.51º 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 #722F47 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 71 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.55 |
| HSL | 338.51º | 0.42% | 0.32% | - |
| HSV(B) | 338.51º | 0.59% | 0.45% | - |
| XYZ | 9.09 | 6.07 | 6.65 | - |
| YUV | 69.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 71 | 0 | 0.59 | 0.38 | 0.55 | 338.51 | 0.42 | 0.32 |
| Hex | 72 | 2F | 47 | 0 | 3B | 26 | 37 | 153 | 2A | 20 |
| Octal | 162 | 57 | 107 | 0 | 73 | 46 | 67 | 523 | 52 | 40 |
| Binary | 1110010 | 101111 | 1000111 | 0 | 111011 | 100110 | 110111 | 101010011 | 101010 | 100000 |
Color Harmonies of #722F47
Complementary color
Monochromatic Colors of #722F47
Black with #722F47
Text Example
Text Example
White with #722F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F47; }
p { color: rgb(114,47,71); }
H1.HeaderClassName
{
color: #722F47;
}
.AnyTagClassName
{
color: #722F47;
}
</style>
background-color css
<style>
a { background-color: #722F47; }
a { background-color: rgb(114,47,71); }
div.DivClassName
{
background-color: #722F47;
}
.BgClassName
{
background-color: #722F47;
}
</style>
border-color css
<style>
span { border-color: #722F47; }
span { border-color: rgb(114,47,71); }
td.TdClassName
{
border-color: #722F47;
}
.TagClassName
{
border-color: #722F47;
}
</style>