Shades of Flirt #752F56
Tints of Flirt #752F56
RGB
CMYK
RGB Variations
Color information
#752F56 (or 0x752F56) is known color: Flirt. HEX triplet: 75, 2F and 56. RGB value is (117,47,86). Sum of RGB (Red+Green+Blue) = 117+47+86=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #752F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F56 is #8AD0A9. Grayscale: #484848. Windows color (decimal): -9097386 or 5648245. OLE color: 5648245.
HSL color Cylindrical-coordinate representation of color #752F56: hue angle of 326.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F56 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 86 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.54 |
| HSL | 326.57º | 0.43% | 0.32% | - |
| HSV(B) | 326.57º | 0.6% | 0.46% | - |
| XYZ | 10.03 | 6.49 | 9.53 | - |
| YUV | 72.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 86 | 0 | 0.60 | 0.26 | 0.54 | 326.57 | 0.43 | 0.32 |
| Hex | 75 | 2F | 56 | 0 | 3C | 1A | 36 | 147 | 2B | 20 |
| Octal | 165 | 57 | 126 | 0 | 74 | 32 | 66 | 507 | 53 | 40 |
| Binary | 1110101 | 101111 | 1010110 | 0 | 111100 | 11010 | 110110 | 101000111 | 101011 | 100000 |
Color Harmonies of #752F56
Complementary color
Monochromatic Colors of #752F56
Black with #752F56
Text Example
Text Example
White with #752F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F56; }
p { color: rgb(117,47,86); }
H1.HeaderClassName
{
color: #752F56;
}
.AnyTagClassName
{
color: #752F56;
}
</style>
background-color css
<style>
a { background-color: #752F56; }
a { background-color: rgb(117,47,86); }
div.DivClassName
{
background-color: #752F56;
}
.BgClassName
{
background-color: #752F56;
}
</style>
border-color css
<style>
span { border-color: #752F56; }
span { border-color: rgb(117,47,86); }
td.TdClassName
{
border-color: #752F56;
}
.TagClassName
{
border-color: #752F56;
}
</style>