Shades of Flirt #752F57
Tints of Flirt #752F57
RGB
CMYK
RGB Variations
Color information
#752F57 (or 0x752F57) is known color: Flirt. HEX triplet: 75, 2F and 57. RGB value is (117,47,87). Sum of RGB (Red+Green+Blue) = 117+47+87=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #752F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F57 is #8AD0A8. Grayscale: #484848. Windows color (decimal): -9097385 or 5713781. OLE color: 5713781.
HSL color Cylindrical-coordinate representation of color #752F57: hue angle of 325.71º 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 #752F57 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 87 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.54 |
| HSL | 325.71º | 0.43% | 0.32% | - |
| HSV(B) | 325.71º | 0.6% | 0.46% | - |
| XYZ | 10.07 | 6.5 | 9.74 | - |
| YUV | 72.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 87 | 0 | 0.60 | 0.26 | 0.54 | 325.71 | 0.43 | 0.32 |
| Hex | 75 | 2F | 57 | 0 | 3C | 1A | 36 | 146 | 2B | 20 |
| Octal | 165 | 57 | 127 | 0 | 74 | 32 | 66 | 506 | 53 | 40 |
| Binary | 1110101 | 101111 | 1010111 | 0 | 111100 | 11010 | 110110 | 101000110 | 101011 | 100000 |
Color Harmonies of #752F57
Complementary color
Monochromatic Colors of #752F57
Black with #752F57
Text Example
Text Example
White with #752F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F57; }
p { color: rgb(117,47,87); }
H1.HeaderClassName
{
color: #752F57;
}
.AnyTagClassName
{
color: #752F57;
}
</style>
background-color css
<style>
a { background-color: #752F57; }
a { background-color: rgb(117,47,87); }
div.DivClassName
{
background-color: #752F57;
}
.BgClassName
{
background-color: #752F57;
}
</style>
border-color css
<style>
span { border-color: #752F57; }
span { border-color: rgb(117,47,87); }
td.TdClassName
{
border-color: #752F57;
}
.TagClassName
{
border-color: #752F57;
}
</style>