Shades of Flirt #752E56
Tints of Flirt #752E56
RGB
CMYK
RGB Variations
Color information
#752E56 (or 0x752E56) is known color: Flirt. HEX triplet: 75, 2E and 56. RGB value is (117,46,86). Sum of RGB (Red+Green+Blue) = 117+46+86=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E56 is #8AD1A9. Grayscale: #474747. Windows color (decimal): -9097642 or 5647989. OLE color: 5647989.
HSL color Cylindrical-coordinate representation of color #752E56: hue angle of 326.2º 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 #752E56 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 86 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.54 |
| HSL | 326.2º | 0.44% | 0.32% | - |
| HSV(B) | 326.2º | 0.61% | 0.46% | - |
| XYZ | 9.99 | 6.41 | 9.51 | - |
| YUV | 71.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 86 | 0 | 0.61 | 0.26 | 0.54 | 326.2 | 0.44 | 0.32 |
| Hex | 75 | 2E | 56 | 0 | 3D | 1A | 36 | 146 | 2C | 20 |
| Octal | 165 | 56 | 126 | 0 | 75 | 32 | 66 | 506 | 54 | 40 |
| Binary | 1110101 | 101110 | 1010110 | 0 | 111101 | 11010 | 110110 | 101000110 | 101100 | 100000 |
Color Harmonies of #752E56
Complementary color
Monochromatic Colors of #752E56
Black with #752E56
Text Example
Text Example
White with #752E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E56; }
p { color: rgb(117,46,86); }
H1.HeaderClassName
{
color: #752E56;
}
.AnyTagClassName
{
color: #752E56;
}
</style>
background-color css
<style>
a { background-color: #752E56; }
a { background-color: rgb(117,46,86); }
div.DivClassName
{
background-color: #752E56;
}
.BgClassName
{
background-color: #752E56;
}
</style>
border-color css
<style>
span { border-color: #752E56; }
span { border-color: rgb(117,46,86); }
td.TdClassName
{
border-color: #752E56;
}
.TagClassName
{
border-color: #752E56;
}
</style>