Shades of Flirt #752E4E
Tints of Flirt #752E4E
RGB
CMYK
RGB Variations
Color information
#752E4E (or 0x752E4E) is known color: Flirt. HEX triplet: 75, 2E and 4E. RGB value is (117,46,78). Sum of RGB (Red+Green+Blue) = 117+46+78=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #752E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E4E is #8AD1B1. Grayscale: #464646. Windows color (decimal): -9097650 or 5123701. OLE color: 5123701.
HSL color Cylindrical-coordinate representation of color #752E4E: hue angle of 332.96º 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 #752E4E is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 78 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.54 |
| HSL | 332.96º | 0.44% | 0.32% | - |
| HSV(B) | 332.96º | 0.61% | 0.46% | - |
| XYZ | 9.69 | 6.29 | 7.91 | - |
| YUV | 70.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 78 | 0 | 0.61 | 0.33 | 0.54 | 332.96 | 0.44 | 0.32 |
| Hex | 75 | 2E | 4E | 0 | 3D | 21 | 36 | 14D | 2C | 20 |
| Octal | 165 | 56 | 116 | 0 | 75 | 41 | 66 | 515 | 54 | 40 |
| Binary | 1110101 | 101110 | 1001110 | 0 | 111101 | 100001 | 110110 | 101001101 | 101100 | 100000 |
Color Harmonies of #752E4E
Complementary color
Monochromatic Colors of #752E4E
Black with #752E4E
Text Example
Text Example
White with #752E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E4E; }
p { color: rgb(117,46,78); }
H1.HeaderClassName
{
color: #752E4E;
}
.AnyTagClassName
{
color: #752E4E;
}
</style>
background-color css
<style>
a { background-color: #752E4E; }
a { background-color: rgb(117,46,78); }
div.DivClassName
{
background-color: #752E4E;
}
.BgClassName
{
background-color: #752E4E;
}
</style>
border-color css
<style>
span { border-color: #752E4E; }
span { border-color: rgb(117,46,78); }
td.TdClassName
{
border-color: #752E4E;
}
.TagClassName
{
border-color: #752E4E;
}
</style>