Shades of Flirt #722C47
Tints of Flirt #722C47
RGB
CMYK
RGB Variations
Color information
#722C47 (or 0x722C47) is known color: Flirt. HEX triplet: 72, 2C and 47. RGB value is (114,44,71). Sum of RGB (Red+Green+Blue) = 114+44+71=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #722C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C47 is #8DD3B8. Grayscale: #434343. Windows color (decimal): -9294777 or 4664434. OLE color: 4664434.
HSL color Cylindrical-coordinate representation of color #722C47: hue angle of 336.86º 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 #722C47 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 71 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.55 |
| HSL | 336.86º | 0.44% | 0.31% | - |
| HSV(B) | 336.86º | 0.61% | 0.45% | - |
| XYZ | 8.98 | 5.83 | 6.61 | - |
| YUV | 68.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 71 | 0 | 0.61 | 0.38 | 0.55 | 336.86 | 0.44 | 0.31 |
| Hex | 72 | 2C | 47 | 0 | 3D | 26 | 37 | 151 | 2C | 1F |
| Octal | 162 | 54 | 107 | 0 | 75 | 46 | 67 | 521 | 54 | 37 |
| Binary | 1110010 | 101100 | 1000111 | 0 | 111101 | 100110 | 110111 | 101010001 | 101100 | 11111 |
Color Harmonies of #722C47
Complementary color
Monochromatic Colors of #722C47
Black with #722C47
Text Example
Text Example
White with #722C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C47; }
p { color: rgb(114,44,71); }
H1.HeaderClassName
{
color: #722C47;
}
.AnyTagClassName
{
color: #722C47;
}
</style>
background-color css
<style>
a { background-color: #722C47; }
a { background-color: rgb(114,44,71); }
div.DivClassName
{
background-color: #722C47;
}
.BgClassName
{
background-color: #722C47;
}
</style>
border-color css
<style>
span { border-color: #722C47; }
span { border-color: rgb(114,44,71); }
td.TdClassName
{
border-color: #722C47;
}
.TagClassName
{
border-color: #722C47;
}
</style>