Shades of Flirt #722E4E
Tints of Flirt #722E4E
RGB
CMYK
RGB Variations
Color information
#722E4E (or 0x722E4E) is known color: Flirt. HEX triplet: 72, 2E and 4E. RGB value is (114,46,78). Sum of RGB (Red+Green+Blue) = 114+46+78=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #722E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E4E is #8DD1B1. Grayscale: #454545. Windows color (decimal): -9294258 or 5123698. OLE color: 5123698.
HSL color Cylindrical-coordinate representation of color #722E4E: hue angle of 331.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E4E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 78 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.55 |
| HSL | 331.76º | 0.43% | 0.31% | - |
| HSV(B) | 331.76º | 0.6% | 0.45% | - |
| XYZ | 9.29 | 6.08 | 7.89 | - |
| YUV | 69.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 78 | 0 | 0.60 | 0.32 | 0.55 | 331.76 | 0.43 | 0.31 |
| Hex | 72 | 2E | 4E | 0 | 3C | 20 | 37 | 14C | 2A | 1F |
| Octal | 162 | 56 | 116 | 0 | 74 | 40 | 67 | 514 | 52 | 37 |
| Binary | 1110010 | 101110 | 1001110 | 0 | 111100 | 100000 | 110111 | 101001100 | 101010 | 11111 |
Color Harmonies of #722E4E
Complementary color
Monochromatic Colors of #722E4E
Black with #722E4E
Text Example
Text Example
White with #722E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E4E; }
p { color: rgb(114,46,78); }
H1.HeaderClassName
{
color: #722E4E;
}
.AnyTagClassName
{
color: #722E4E;
}
</style>
background-color css
<style>
a { background-color: #722E4E; }
a { background-color: rgb(114,46,78); }
div.DivClassName
{
background-color: #722E4E;
}
.BgClassName
{
background-color: #722E4E;
}
</style>
border-color css
<style>
span { border-color: #722E4E; }
span { border-color: rgb(114,46,78); }
td.TdClassName
{
border-color: #722E4E;
}
.TagClassName
{
border-color: #722E4E;
}
</style>