Shades of Flirt #722C4C
Tints of Flirt #722C4C
RGB
CMYK
RGB Variations
Color information
#722C4C (or 0x722C4C) is known color: Flirt. HEX triplet: 72, 2C and 4C. RGB value is (114,44,76). Sum of RGB (Red+Green+Blue) = 114+44+76=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C4C is #8DD3B3. Grayscale: #444444. Windows color (decimal): -9294772 or 4992114. OLE color: 4992114.
HSL color Cylindrical-coordinate representation of color #722C4C: hue angle of 332.57º 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 #722C4C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 76 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.55 |
| HSL | 332.57º | 0.44% | 0.31% | - |
| HSV(B) | 332.57º | 0.61% | 0.45% | - |
| XYZ | 9.14 | 5.9 | 7.49 | - |
| YUV | 68.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 76 | 0 | 0.61 | 0.33 | 0.55 | 332.57 | 0.44 | 0.31 |
| Hex | 72 | 2C | 4C | 0 | 3D | 21 | 37 | 14D | 2C | 1F |
| Octal | 162 | 54 | 114 | 0 | 75 | 41 | 67 | 515 | 54 | 37 |
| Binary | 1110010 | 101100 | 1001100 | 0 | 111101 | 100001 | 110111 | 101001101 | 101100 | 11111 |
Color Harmonies of #722C4C
Complementary color
Monochromatic Colors of #722C4C
Black with #722C4C
Text Example
Text Example
White with #722C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C4C; }
p { color: rgb(114,44,76); }
H1.HeaderClassName
{
color: #722C4C;
}
.AnyTagClassName
{
color: #722C4C;
}
</style>
background-color css
<style>
a { background-color: #722C4C; }
a { background-color: rgb(114,44,76); }
div.DivClassName
{
background-color: #722C4C;
}
.BgClassName
{
background-color: #722C4C;
}
</style>
border-color css
<style>
span { border-color: #722C4C; }
span { border-color: rgb(114,44,76); }
td.TdClassName
{
border-color: #722C4C;
}
.TagClassName
{
border-color: #722C4C;
}
</style>