Shades of Flirt #752E55
Tints of Flirt #752E55
RGB
CMYK
RGB Variations
Color information
#752E55 (or 0x752E55) is known color: Flirt. HEX triplet: 75, 2E and 55. RGB value is (117,46,85). Sum of RGB (Red+Green+Blue) = 117+46+85=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #752E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E55 is #8AD1AA. Grayscale: #474747. Windows color (decimal): -9097643 or 5582453. OLE color: 5582453.
HSL color Cylindrical-coordinate representation of color #752E55: hue angle of 327.04º 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 #752E55 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 85 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.54 |
| HSL | 327.04º | 0.44% | 0.32% | - |
| HSV(B) | 327.04º | 0.61% | 0.46% | - |
| XYZ | 9.95 | 6.39 | 9.3 | - |
| YUV | 71.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 85 | 0 | 0.61 | 0.27 | 0.54 | 327.04 | 0.44 | 0.32 |
| Hex | 75 | 2E | 55 | 0 | 3D | 1B | 36 | 147 | 2C | 20 |
| Octal | 165 | 56 | 125 | 0 | 75 | 33 | 66 | 507 | 54 | 40 |
| Binary | 1110101 | 101110 | 1010101 | 0 | 111101 | 11011 | 110110 | 101000111 | 101100 | 100000 |
Color Harmonies of #752E55
Complementary color
Monochromatic Colors of #752E55
Black with #752E55
Text Example
Text Example
White with #752E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E55; }
p { color: rgb(117,46,85); }
H1.HeaderClassName
{
color: #752E55;
}
.AnyTagClassName
{
color: #752E55;
}
</style>
background-color css
<style>
a { background-color: #752E55; }
a { background-color: rgb(117,46,85); }
div.DivClassName
{
background-color: #752E55;
}
.BgClassName
{
background-color: #752E55;
}
</style>
border-color css
<style>
span { border-color: #752E55; }
span { border-color: rgb(117,46,85); }
td.TdClassName
{
border-color: #752E55;
}
.TagClassName
{
border-color: #752E55;
}
</style>