Shades of Flirt #722D4F
Tints of Flirt #722D4F
RGB
CMYK
RGB Variations
Color information
#722D4F (or 0x722D4F) is known color: Flirt. HEX triplet: 72, 2D and 4F. RGB value is (114,45,79). Sum of RGB (Red+Green+Blue) = 114+45+79=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #722D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D4F is #8DD2B0. Grayscale: #454545. Windows color (decimal): -9294513 or 5188978. OLE color: 5188978.
HSL color Cylindrical-coordinate representation of color #722D4F: hue angle of 330.43º degrees, saturation: 0.43, 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 #722D4F is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 79 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.55 |
| HSL | 330.43º | 0.43% | 0.31% | - |
| HSV(B) | 330.43º | 0.61% | 0.45% | - |
| XYZ | 9.29 | 6.02 | 8.07 | - |
| YUV | 69.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 79 | 0 | 0.61 | 0.31 | 0.55 | 330.43 | 0.43 | 0.31 |
| Hex | 72 | 2D | 4F | 0 | 3D | 1F | 37 | 14A | 2B | 1F |
| Octal | 162 | 55 | 117 | 0 | 75 | 37 | 67 | 512 | 53 | 37 |
| Binary | 1110010 | 101101 | 1001111 | 0 | 111101 | 11111 | 110111 | 101001010 | 101011 | 11111 |
Color Harmonies of #722D4F
Complementary color
Monochromatic Colors of #722D4F
Black with #722D4F
Text Example
Text Example
White with #722D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D4F; }
p { color: rgb(114,45,79); }
H1.HeaderClassName
{
color: #722D4F;
}
.AnyTagClassName
{
color: #722D4F;
}
</style>
background-color css
<style>
a { background-color: #722D4F; }
a { background-color: rgb(114,45,79); }
div.DivClassName
{
background-color: #722D4F;
}
.BgClassName
{
background-color: #722D4F;
}
</style>
border-color css
<style>
span { border-color: #722D4F; }
span { border-color: rgb(114,45,79); }
td.TdClassName
{
border-color: #722D4F;
}
.TagClassName
{
border-color: #722D4F;
}
</style>