Shades of Flirt #722F4A
Tints of Flirt #722F4A
RGB
CMYK
RGB Variations
Color information
#722F4A (or 0x722F4A) is known color: Flirt. HEX triplet: 72, 2F and 4A. RGB value is (114,47,74). Sum of RGB (Red+Green+Blue) = 114+47+74=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F4A is #8DD0B5. Grayscale: #464646. Windows color (decimal): -9294006 or 4861810. OLE color: 4861810.
HSL color Cylindrical-coordinate representation of color #722F4A: hue angle of 335.82º 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 #722F4A is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 74 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.55 |
| HSL | 335.82º | 0.42% | 0.32% | - |
| HSV(B) | 335.82º | 0.59% | 0.45% | - |
| XYZ | 9.19 | 6.1 | 7.17 | - |
| YUV | 70.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 74 | 0 | 0.59 | 0.35 | 0.55 | 335.82 | 0.42 | 0.32 |
| Hex | 72 | 2F | 4A | 0 | 3B | 23 | 37 | 150 | 2A | 20 |
| Octal | 162 | 57 | 112 | 0 | 73 | 43 | 67 | 520 | 52 | 40 |
| Binary | 1110010 | 101111 | 1001010 | 0 | 111011 | 100011 | 110111 | 101010000 | 101010 | 100000 |
Color Harmonies of #722F4A
Complementary color
Monochromatic Colors of #722F4A
Black with #722F4A
Text Example
Text Example
White with #722F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F4A; }
p { color: rgb(114,47,74); }
H1.HeaderClassName
{
color: #722F4A;
}
.AnyTagClassName
{
color: #722F4A;
}
</style>
background-color css
<style>
a { background-color: #722F4A; }
a { background-color: rgb(114,47,74); }
div.DivClassName
{
background-color: #722F4A;
}
.BgClassName
{
background-color: #722F4A;
}
</style>
border-color css
<style>
span { border-color: #722F4A; }
span { border-color: rgb(114,47,74); }
td.TdClassName
{
border-color: #722F4A;
}
.TagClassName
{
border-color: #722F4A;
}
</style>