Shades of Flirt #753A51
Tints of Flirt #753A51
RGB
CMYK
RGB Variations
Color information
#753A51 (or 0x753A51) is known color: Flirt. HEX triplet: 75, 3A and 51. RGB value is (117,58,81). Sum of RGB (Red+Green+Blue) = 117+58+81=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #753A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A51 is #8AC5AE. Grayscale: #4E4E4E. Windows color (decimal): -9094575 or 5323381. OLE color: 5323381.
HSL color Cylindrical-coordinate representation of color #753A51: hue angle of 336.61º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A51 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 81 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.54 |
| HSL | 336.61º | 0.34% | 0.34% | - |
| HSV(B) | 336.61º | 0.5% | 0.46% | - |
| XYZ | 10.33 | 7.4 | 8.67 | - |
| YUV | 78.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 81 | 0 | 0.50 | 0.31 | 0.54 | 336.61 | 0.34 | 0.34 |
| Hex | 75 | 3A | 51 | 0 | 32 | 1F | 36 | 151 | 22 | 22 |
| Octal | 165 | 72 | 121 | 0 | 62 | 37 | 66 | 521 | 42 | 42 |
| Binary | 1110101 | 111010 | 1010001 | 0 | 110010 | 11111 | 110110 | 101010001 | 100010 | 100010 |
Color Harmonies of #753A51
Complementary color
Monochromatic Colors of #753A51
Black with #753A51
Text Example
Text Example
White with #753A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A51; }
p { color: rgb(117,58,81); }
H1.HeaderClassName
{
color: #753A51;
}
.AnyTagClassName
{
color: #753A51;
}
</style>
background-color css
<style>
a { background-color: #753A51; }
a { background-color: rgb(117,58,81); }
div.DivClassName
{
background-color: #753A51;
}
.BgClassName
{
background-color: #753A51;
}
</style>
border-color css
<style>
span { border-color: #753A51; }
span { border-color: rgb(117,58,81); }
td.TdClassName
{
border-color: #753A51;
}
.TagClassName
{
border-color: #753A51;
}
</style>