Shades of Flirt #752F55
Tints of Flirt #752F55
RGB
CMYK
RGB Variations
Color information
#752F55 (or 0x752F55) is known color: Flirt. HEX triplet: 75, 2F and 55. RGB value is (117,47,85). Sum of RGB (Red+Green+Blue) = 117+47+85=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F55 is #8AD0AA. Grayscale: #484848. Windows color (decimal): -9097387 or 5582709. OLE color: 5582709.
HSL color Cylindrical-coordinate representation of color #752F55: hue angle of 327.43º 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 #752F55 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 85 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.54 |
| HSL | 327.43º | 0.43% | 0.32% | - |
| HSV(B) | 327.43º | 0.6% | 0.46% | - |
| XYZ | 9.99 | 6.47 | 9.32 | - |
| YUV | 72.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 85 | 0 | 0.60 | 0.27 | 0.54 | 327.43 | 0.43 | 0.32 |
| Hex | 75 | 2F | 55 | 0 | 3C | 1B | 36 | 147 | 2B | 20 |
| Octal | 165 | 57 | 125 | 0 | 74 | 33 | 66 | 507 | 53 | 40 |
| Binary | 1110101 | 101111 | 1010101 | 0 | 111100 | 11011 | 110110 | 101000111 | 101011 | 100000 |
Color Harmonies of #752F55
Complementary color
Monochromatic Colors of #752F55
Black with #752F55
Text Example
Text Example
White with #752F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F55; }
p { color: rgb(117,47,85); }
H1.HeaderClassName
{
color: #752F55;
}
.AnyTagClassName
{
color: #752F55;
}
</style>
background-color css
<style>
a { background-color: #752F55; }
a { background-color: rgb(117,47,85); }
div.DivClassName
{
background-color: #752F55;
}
.BgClassName
{
background-color: #752F55;
}
</style>
border-color css
<style>
span { border-color: #752F55; }
span { border-color: rgb(117,47,85); }
td.TdClassName
{
border-color: #752F55;
}
.TagClassName
{
border-color: #752F55;
}
</style>