Shades of Flirt #722F4C
Tints of Flirt #722F4C
RGB
CMYK
RGB Variations
Color information
#722F4C (or 0x722F4C) is known color: Flirt. HEX triplet: 72, 2F and 4C. RGB value is (114,47,76). Sum of RGB (Red+Green+Blue) = 114+47+76=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #722F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F4C is #8DD0B3. Grayscale: #464646. Windows color (decimal): -9294004 or 4992882. OLE color: 4992882.
HSL color Cylindrical-coordinate representation of color #722F4C: hue angle of 334.03º 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 #722F4C is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 76 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.55 |
| HSL | 334.03º | 0.42% | 0.32% | - |
| HSV(B) | 334.03º | 0.59% | 0.45% | - |
| XYZ | 9.26 | 6.13 | 7.53 | - |
| YUV | 70.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 76 | 0 | 0.59 | 0.33 | 0.55 | 334.03 | 0.42 | 0.32 |
| Hex | 72 | 2F | 4C | 0 | 3B | 21 | 37 | 14E | 2A | 20 |
| Octal | 162 | 57 | 114 | 0 | 73 | 41 | 67 | 516 | 52 | 40 |
| Binary | 1110010 | 101111 | 1001100 | 0 | 111011 | 100001 | 110111 | 101001110 | 101010 | 100000 |
Color Harmonies of #722F4C
Complementary color
Monochromatic Colors of #722F4C
Black with #722F4C
Text Example
Text Example
White with #722F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F4C; }
p { color: rgb(114,47,76); }
H1.HeaderClassName
{
color: #722F4C;
}
.AnyTagClassName
{
color: #722F4C;
}
</style>
background-color css
<style>
a { background-color: #722F4C; }
a { background-color: rgb(114,47,76); }
div.DivClassName
{
background-color: #722F4C;
}
.BgClassName
{
background-color: #722F4C;
}
</style>
border-color css
<style>
span { border-color: #722F4C; }
span { border-color: rgb(114,47,76); }
td.TdClassName
{
border-color: #722F4C;
}
.TagClassName
{
border-color: #722F4C;
}
</style>