Shades of Flirt #722E4A
Tints of Flirt #722E4A
RGB
CMYK
RGB Variations
Color information
#722E4A (or 0x722E4A) is known color: Flirt. HEX triplet: 72, 2E and 4A. RGB value is (114,46,74). Sum of RGB (Red+Green+Blue) = 114+46+74=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E4A is #8DD1B5. Grayscale: #454545. Windows color (decimal): -9294262 or 4861554. OLE color: 4861554.
HSL color Cylindrical-coordinate representation of color #722E4A: hue angle of 335.29º 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 #722E4A is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 74 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.55 |
| HSL | 335.29º | 0.43% | 0.31% | - |
| HSV(B) | 335.29º | 0.6% | 0.45% | - |
| XYZ | 9.15 | 6.03 | 7.16 | - |
| YUV | 69.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 74 | 0 | 0.60 | 0.35 | 0.55 | 335.29 | 0.43 | 0.31 |
| Hex | 72 | 2E | 4A | 0 | 3C | 23 | 37 | 14F | 2A | 1F |
| Octal | 162 | 56 | 112 | 0 | 74 | 43 | 67 | 517 | 52 | 37 |
| Binary | 1110010 | 101110 | 1001010 | 0 | 111100 | 100011 | 110111 | 101001111 | 101010 | 11111 |
Color Harmonies of #722E4A
Complementary color
Monochromatic Colors of #722E4A
Black with #722E4A
Text Example
Text Example
White with #722E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E4A; }
p { color: rgb(114,46,74); }
H1.HeaderClassName
{
color: #722E4A;
}
.AnyTagClassName
{
color: #722E4A;
}
</style>
background-color css
<style>
a { background-color: #722E4A; }
a { background-color: rgb(114,46,74); }
div.DivClassName
{
background-color: #722E4A;
}
.BgClassName
{
background-color: #722E4A;
}
</style>
border-color css
<style>
span { border-color: #722E4A; }
span { border-color: rgb(114,46,74); }
td.TdClassName
{
border-color: #722E4A;
}
.TagClassName
{
border-color: #722E4A;
}
</style>