Shades of Flirt #753256
Tints of Flirt #753256
RGB
CMYK
RGB Variations
Color information
#753256 (or 0x753256) is known color: Flirt. HEX triplet: 75, 32 and 56. RGB value is (117,50,86). Sum of RGB (Red+Green+Blue) = 117+50+86=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753256 is #8ACDA9. Grayscale: #4A4A4A. Windows color (decimal): -9096618 or 5649013. OLE color: 5649013.
HSL color Cylindrical-coordinate representation of color #753256: hue angle of 327.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753256 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 86 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.54 |
| HSL | 327.76º | 0.4% | 0.33% | - |
| HSV(B) | 327.76º | 0.57% | 0.46% | - |
| XYZ | 10.16 | 6.73 | 9.57 | - |
| YUV | 74.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 86 | 0 | 0.57 | 0.26 | 0.54 | 327.76 | 0.4 | 0.33 |
| Hex | 75 | 32 | 56 | 0 | 39 | 1A | 36 | 148 | 28 | 21 |
| Octal | 165 | 62 | 126 | 0 | 71 | 32 | 66 | 510 | 50 | 41 |
| Binary | 1110101 | 110010 | 1010110 | 0 | 111001 | 11010 | 110110 | 101001000 | 101000 | 100001 |
Color Harmonies of #753256
Complementary color
Monochromatic Colors of #753256
Black with #753256
Text Example
Text Example
White with #753256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753256; }
p { color: rgb(117,50,86); }
H1.HeaderClassName
{
color: #753256;
}
.AnyTagClassName
{
color: #753256;
}
</style>
background-color css
<style>
a { background-color: #753256; }
a { background-color: rgb(117,50,86); }
div.DivClassName
{
background-color: #753256;
}
.BgClassName
{
background-color: #753256;
}
</style>
border-color css
<style>
span { border-color: #753256; }
span { border-color: rgb(117,50,86); }
td.TdClassName
{
border-color: #753256;
}
.TagClassName
{
border-color: #753256;
}
</style>