Shades of Flirt #752E5A
Tints of Flirt #752E5A
RGB
CMYK
RGB Variations
Color information
#752E5A (or 0x752E5A) is known color: Flirt. HEX triplet: 75, 2E and 5A. RGB value is (117,46,90). Sum of RGB (Red+Green+Blue) = 117+46+90=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #752E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E5A is #8AD1A5. Grayscale: #484848. Windows color (decimal): -9097638 or 5910133. OLE color: 5910133.
HSL color Cylindrical-coordinate representation of color #752E5A: hue angle of 322.82º 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 #752E5A is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 90 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.54 |
| HSL | 322.82º | 0.44% | 0.32% | - |
| HSV(B) | 322.82º | 0.61% | 0.46% | - |
| XYZ | 10.16 | 6.47 | 10.39 | - |
| YUV | 72.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 90 | 0 | 0.61 | 0.23 | 0.54 | 322.82 | 0.44 | 0.32 |
| Hex | 75 | 2E | 5A | 0 | 3D | 17 | 36 | 143 | 2C | 20 |
| Octal | 165 | 56 | 132 | 0 | 75 | 27 | 66 | 503 | 54 | 40 |
| Binary | 1110101 | 101110 | 1011010 | 0 | 111101 | 10111 | 110110 | 101000011 | 101100 | 100000 |
Color Harmonies of #752E5A
Complementary color
Monochromatic Colors of #752E5A
Black with #752E5A
Text Example
Text Example
White with #752E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E5A; }
p { color: rgb(117,46,90); }
H1.HeaderClassName
{
color: #752E5A;
}
.AnyTagClassName
{
color: #752E5A;
}
</style>
background-color css
<style>
a { background-color: #752E5A; }
a { background-color: rgb(117,46,90); }
div.DivClassName
{
background-color: #752E5A;
}
.BgClassName
{
background-color: #752E5A;
}
</style>
border-color css
<style>
span { border-color: #752E5A; }
span { border-color: rgb(117,46,90); }
td.TdClassName
{
border-color: #752E5A;
}
.TagClassName
{
border-color: #752E5A;
}
</style>