Shades of Flirt #742E50
Tints of Flirt #742E50
RGB
CMYK
RGB Variations
Color information
#742E50 (or 0x742E50) is known color: Flirt. HEX triplet: 74, 2E and 50. RGB value is (116,46,80). Sum of RGB (Red+Green+Blue) = 116+46+80=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #742E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E50 is #8BD1AF. Grayscale: #464646. Windows color (decimal): -9163184 or 5254772. OLE color: 5254772.
HSL color Cylindrical-coordinate representation of color #742E50: hue angle of 330.86º 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 #742E50 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 80 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.55 |
| HSL | 330.86º | 0.43% | 0.32% | - |
| HSV(B) | 330.86º | 0.6% | 0.45% | - |
| XYZ | 9.63 | 6.25 | 8.29 | - |
| YUV | 70.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 80 | 0 | 0.60 | 0.31 | 0.55 | 330.86 | 0.43 | 0.32 |
| Hex | 74 | 2E | 50 | 0 | 3C | 1F | 37 | 14B | 2B | 20 |
| Octal | 164 | 56 | 120 | 0 | 74 | 37 | 67 | 513 | 53 | 40 |
| Binary | 1110100 | 101110 | 1010000 | 0 | 111100 | 11111 | 110111 | 101001011 | 101011 | 100000 |
Color Harmonies of #742E50
Complementary color
Monochromatic Colors of #742E50
Black with #742E50
Text Example
Text Example
White with #742E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E50; }
p { color: rgb(116,46,80); }
H1.HeaderClassName
{
color: #742E50;
}
.AnyTagClassName
{
color: #742E50;
}
</style>
background-color css
<style>
a { background-color: #742E50; }
a { background-color: rgb(116,46,80); }
div.DivClassName
{
background-color: #742E50;
}
.BgClassName
{
background-color: #742E50;
}
</style>
border-color css
<style>
span { border-color: #742E50; }
span { border-color: rgb(116,46,80); }
td.TdClassName
{
border-color: #742E50;
}
.TagClassName
{
border-color: #742E50;
}
</style>