Shades of Flirt #752B57
Tints of Flirt #752B57
RGB
CMYK
RGB Variations
Color information
#752B57 (or 0x752B57) is known color: Flirt. HEX triplet: 75, 2B and 57. RGB value is (117,43,87). Sum of RGB (Red+Green+Blue) = 117+43+87=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #752B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B57 is #8AD4A8. Grayscale: #464646. Windows color (decimal): -9098409 or 5712757. OLE color: 5712757.
HSL color Cylindrical-coordinate representation of color #752B57: hue angle of 324.32º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B57 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 87 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.54 |
| HSL | 324.32º | 0.46% | 0.31% | - |
| HSV(B) | 324.32º | 0.63% | 0.46% | - |
| XYZ | 9.92 | 6.2 | 9.69 | - |
| YUV | 70.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 87 | 0 | 0.63 | 0.26 | 0.54 | 324.32 | 0.46 | 0.31 |
| Hex | 75 | 2B | 57 | 0 | 3F | 1A | 36 | 144 | 2E | 1F |
| Octal | 165 | 53 | 127 | 0 | 77 | 32 | 66 | 504 | 56 | 37 |
| Binary | 1110101 | 101011 | 1010111 | 0 | 111111 | 11010 | 110110 | 101000100 | 101110 | 11111 |
Color Harmonies of #752B57
Complementary color
Monochromatic Colors of #752B57
Black with #752B57
Text Example
Text Example
White with #752B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B57; }
p { color: rgb(117,43,87); }
H1.HeaderClassName
{
color: #752B57;
}
.AnyTagClassName
{
color: #752B57;
}
</style>
background-color css
<style>
a { background-color: #752B57; }
a { background-color: rgb(117,43,87); }
div.DivClassName
{
background-color: #752B57;
}
.BgClassName
{
background-color: #752B57;
}
</style>
border-color css
<style>
span { border-color: #752B57; }
span { border-color: rgb(117,43,87); }
td.TdClassName
{
border-color: #752B57;
}
.TagClassName
{
border-color: #752B57;
}
</style>