Shades of Flirt #742E4A
Tints of Flirt #742E4A
RGB
CMYK
RGB Variations
Color information
#742E4A (or 0x742E4A) is known color: Flirt. HEX triplet: 74, 2E and 4A. RGB value is (116,46,74). Sum of RGB (Red+Green+Blue) = 116+46+74=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #742E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E4A is #8BD1B5. Grayscale: #464646. Windows color (decimal): -9163190 or 4861556. OLE color: 4861556.
HSL color Cylindrical-coordinate representation of color #742E4A: hue angle of 336º 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 #742E4A is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 74 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.55 |
| HSL | 336º | 0.43% | 0.32% | - |
| HSV(B) | 336º | 0.6% | 0.45% | - |
| XYZ | 9.42 | 6.16 | 7.17 | - |
| YUV | 70.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 74 | 0 | 0.60 | 0.36 | 0.55 | 336 | 0.43 | 0.32 |
| Hex | 74 | 2E | 4A | 0 | 3C | 24 | 37 | 150 | 2B | 20 |
| Octal | 164 | 56 | 112 | 0 | 74 | 44 | 67 | 520 | 53 | 40 |
| Binary | 1110100 | 101110 | 1001010 | 0 | 111100 | 100100 | 110111 | 101010000 | 101011 | 100000 |
Color Harmonies of #742E4A
Complementary color
Monochromatic Colors of #742E4A
Black with #742E4A
Text Example
Text Example
White with #742E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E4A; }
p { color: rgb(116,46,74); }
H1.HeaderClassName
{
color: #742E4A;
}
.AnyTagClassName
{
color: #742E4A;
}
</style>
background-color css
<style>
a { background-color: #742E4A; }
a { background-color: rgb(116,46,74); }
div.DivClassName
{
background-color: #742E4A;
}
.BgClassName
{
background-color: #742E4A;
}
</style>
border-color css
<style>
span { border-color: #742E4A; }
span { border-color: rgb(116,46,74); }
td.TdClassName
{
border-color: #742E4A;
}
.TagClassName
{
border-color: #742E4A;
}
</style>