Shades of Flirt #752F54
Tints of Flirt #752F54
RGB
CMYK
RGB Variations
Color information
#752F54 (or 0x752F54) is known color: Flirt. HEX triplet: 75, 2F and 54. RGB value is (117,47,84). Sum of RGB (Red+Green+Blue) = 117+47+84=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #752F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F54 is #8AD0AB. Grayscale: #484848. Windows color (decimal): -9097388 or 5517173. OLE color: 5517173.
HSL color Cylindrical-coordinate representation of color #752F54: hue angle of 328.29º 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 #752F54 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 84 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.54 |
| HSL | 328.29º | 0.43% | 0.32% | - |
| HSV(B) | 328.29º | 0.6% | 0.46% | - |
| XYZ | 9.95 | 6.46 | 9.11 | - |
| YUV | 72.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 84 | 0 | 0.60 | 0.28 | 0.54 | 328.29 | 0.43 | 0.32 |
| Hex | 75 | 2F | 54 | 0 | 3C | 1C | 36 | 148 | 2B | 20 |
| Octal | 165 | 57 | 124 | 0 | 74 | 34 | 66 | 510 | 53 | 40 |
| Binary | 1110101 | 101111 | 1010100 | 0 | 111100 | 11100 | 110110 | 101001000 | 101011 | 100000 |
Color Harmonies of #752F54
Complementary color
Monochromatic Colors of #752F54
Black with #752F54
Text Example
Text Example
White with #752F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F54; }
p { color: rgb(117,47,84); }
H1.HeaderClassName
{
color: #752F54;
}
.AnyTagClassName
{
color: #752F54;
}
</style>
background-color css
<style>
a { background-color: #752F54; }
a { background-color: rgb(117,47,84); }
div.DivClassName
{
background-color: #752F54;
}
.BgClassName
{
background-color: #752F54;
}
</style>
border-color css
<style>
span { border-color: #752F54; }
span { border-color: rgb(117,47,84); }
td.TdClassName
{
border-color: #752F54;
}
.TagClassName
{
border-color: #752F54;
}
</style>