Shades of Flirt #752C5A
Tints of Flirt #752C5A
RGB
CMYK
RGB Variations
Color information
#752C5A (or 0x752C5A) is known color: Flirt. HEX triplet: 75, 2C and 5A. RGB value is (117,44,90). Sum of RGB (Red+Green+Blue) = 117+44+90=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #752C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C5A is #8AD3A5. Grayscale: #464646. Windows color (decimal): -9098150 or 5909621. OLE color: 5909621.
HSL color Cylindrical-coordinate representation of color #752C5A: hue angle of 322.19º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C5A is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 90 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.54 |
| HSL | 322.19º | 0.45% | 0.32% | - |
| HSV(B) | 322.19º | 0.62% | 0.46% | - |
| XYZ | 10.08 | 6.32 | 10.36 | - |
| YUV | 71.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 90 | 0 | 0.62 | 0.23 | 0.54 | 322.19 | 0.45 | 0.32 |
| Hex | 75 | 2C | 5A | 0 | 3E | 17 | 36 | 142 | 2D | 20 |
| Octal | 165 | 54 | 132 | 0 | 76 | 27 | 66 | 502 | 55 | 40 |
| Binary | 1110101 | 101100 | 1011010 | 0 | 111110 | 10111 | 110110 | 101000010 | 101101 | 100000 |
Color Harmonies of #752C5A
Complementary color
Monochromatic Colors of #752C5A
Black with #752C5A
Text Example
Text Example
White with #752C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C5A; }
p { color: rgb(117,44,90); }
H1.HeaderClassName
{
color: #752C5A;
}
.AnyTagClassName
{
color: #752C5A;
}
</style>
background-color css
<style>
a { background-color: #752C5A; }
a { background-color: rgb(117,44,90); }
div.DivClassName
{
background-color: #752C5A;
}
.BgClassName
{
background-color: #752C5A;
}
</style>
border-color css
<style>
span { border-color: #752C5A; }
span { border-color: rgb(117,44,90); }
td.TdClassName
{
border-color: #752C5A;
}
.TagClassName
{
border-color: #752C5A;
}
</style>