Shades of Flirt #742C59
Tints of Flirt #742C59
RGB
CMYK
RGB Variations
Color information
#742C59 (or 0x742C59) is known color: Flirt. HEX triplet: 74, 2C and 59. RGB value is (116,44,89). Sum of RGB (Red+Green+Blue) = 116+44+89=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #742C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C59 is #8BD3A6. Grayscale: #464646. Windows color (decimal): -9163687 or 5844084. OLE color: 5844084.
HSL color Cylindrical-coordinate representation of color #742C59: hue angle of 322.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742C59 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 89 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.55 |
| HSL | 322.5º | 0.45% | 0.31% | - |
| HSV(B) | 322.5º | 0.62% | 0.45% | - |
| XYZ | 9.91 | 6.24 | 10.13 | - |
| YUV | 70.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 89 | 0 | 0.62 | 0.23 | 0.55 | 322.5 | 0.45 | 0.31 |
| Hex | 74 | 2C | 59 | 0 | 3E | 17 | 37 | 142 | 2D | 1F |
| Octal | 164 | 54 | 131 | 0 | 76 | 27 | 67 | 502 | 55 | 37 |
| Binary | 1110100 | 101100 | 1011001 | 0 | 111110 | 10111 | 110111 | 101000010 | 101101 | 11111 |
Color Harmonies of #742C59
Complementary color
Monochromatic Colors of #742C59
Black with #742C59
Text Example
Text Example
White with #742C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C59; }
p { color: rgb(116,44,89); }
H1.HeaderClassName
{
color: #742C59;
}
.AnyTagClassName
{
color: #742C59;
}
</style>
background-color css
<style>
a { background-color: #742C59; }
a { background-color: rgb(116,44,89); }
div.DivClassName
{
background-color: #742C59;
}
.BgClassName
{
background-color: #742C59;
}
</style>
border-color css
<style>
span { border-color: #742C59; }
span { border-color: rgb(116,44,89); }
td.TdClassName
{
border-color: #742C59;
}
.TagClassName
{
border-color: #742C59;
}
</style>