Shades of Flirt #752E57
Tints of Flirt #752E57
RGB
CMYK
RGB Variations
Color information
#752E57 (or 0x752E57) is known color: Flirt. HEX triplet: 75, 2E and 57. RGB value is (117,46,87). Sum of RGB (Red+Green+Blue) = 117+46+87=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #752E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E57 is #8AD1A8. Grayscale: #474747. Windows color (decimal): -9097641 or 5713525. OLE color: 5713525.
HSL color Cylindrical-coordinate representation of color #752E57: hue angle of 325.35º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E57 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 87 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.54 |
| HSL | 325.35º | 0.44% | 0.32% | - |
| HSV(B) | 325.35º | 0.61% | 0.46% | - |
| XYZ | 10.03 | 6.42 | 9.73 | - |
| YUV | 71.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 87 | 0 | 0.61 | 0.26 | 0.54 | 325.35 | 0.44 | 0.32 |
| Hex | 75 | 2E | 57 | 0 | 3D | 1A | 36 | 145 | 2C | 20 |
| Octal | 165 | 56 | 127 | 0 | 75 | 32 | 66 | 505 | 54 | 40 |
| Binary | 1110101 | 101110 | 1010111 | 0 | 111101 | 11010 | 110110 | 101000101 | 101100 | 100000 |
Color Harmonies of #752E57
Complementary color
Monochromatic Colors of #752E57
Black with #752E57
Text Example
Text Example
White with #752E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E57; }
p { color: rgb(117,46,87); }
H1.HeaderClassName
{
color: #752E57;
}
.AnyTagClassName
{
color: #752E57;
}
</style>
background-color css
<style>
a { background-color: #752E57; }
a { background-color: rgb(117,46,87); }
div.DivClassName
{
background-color: #752E57;
}
.BgClassName
{
background-color: #752E57;
}
</style>
border-color css
<style>
span { border-color: #752E57; }
span { border-color: rgb(117,46,87); }
td.TdClassName
{
border-color: #752E57;
}
.TagClassName
{
border-color: #752E57;
}
</style>