Shades of Flirt #742E59
Tints of Flirt #742E59
RGB
CMYK
RGB Variations
Color information
#742E59 (or 0x742E59) is known color: Flirt. HEX triplet: 74, 2E and 59. RGB value is (116,46,89). Sum of RGB (Red+Green+Blue) = 116+46+89=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #742E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E59 is #8BD1A6. Grayscale: #474747. Windows color (decimal): -9163175 or 5844596. OLE color: 5844596.
HSL color Cylindrical-coordinate representation of color #742E59: hue angle of 323.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E59 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 89 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.55 |
| HSL | 323.14º | 0.43% | 0.32% | - |
| HSV(B) | 323.14º | 0.6% | 0.45% | - |
| XYZ | 9.98 | 6.39 | 10.16 | - |
| YUV | 71.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 89 | 0 | 0.60 | 0.23 | 0.55 | 323.14 | 0.43 | 0.32 |
| Hex | 74 | 2E | 59 | 0 | 3C | 17 | 37 | 143 | 2B | 20 |
| Octal | 164 | 56 | 131 | 0 | 74 | 27 | 67 | 503 | 53 | 40 |
| Binary | 1110100 | 101110 | 1011001 | 0 | 111100 | 10111 | 110111 | 101000011 | 101011 | 100000 |
Color Harmonies of #742E59
Complementary color
Monochromatic Colors of #742E59
Black with #742E59
Text Example
Text Example
White with #742E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E59; }
p { color: rgb(116,46,89); }
H1.HeaderClassName
{
color: #742E59;
}
.AnyTagClassName
{
color: #742E59;
}
</style>
background-color css
<style>
a { background-color: #742E59; }
a { background-color: rgb(116,46,89); }
div.DivClassName
{
background-color: #742E59;
}
.BgClassName
{
background-color: #742E59;
}
</style>
border-color css
<style>
span { border-color: #742E59; }
span { border-color: rgb(116,46,89); }
td.TdClassName
{
border-color: #742E59;
}
.TagClassName
{
border-color: #742E59;
}
</style>