Shades of Flirt #742F4D
Tints of Flirt #742F4D
RGB
CMYK
RGB Variations
Color information
#742F4D (or 0x742F4D) is known color: Flirt. HEX triplet: 74, 2F and 4D. RGB value is (116,47,77). Sum of RGB (Red+Green+Blue) = 116+47+77=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #742F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F4D is #8BD0B2. Grayscale: #474747. Windows color (decimal): -9162931 or 5058420. OLE color: 5058420.
HSL color Cylindrical-coordinate representation of color #742F4D: hue angle of 333.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F4D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 77 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.55 |
| HSL | 333.91º | 0.42% | 0.32% | - |
| HSV(B) | 333.91º | 0.59% | 0.45% | - |
| XYZ | 9.56 | 6.28 | 7.73 | - |
| YUV | 71.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 77 | 0 | 0.59 | 0.34 | 0.55 | 333.91 | 0.42 | 0.32 |
| Hex | 74 | 2F | 4D | 0 | 3B | 22 | 37 | 14E | 2A | 20 |
| Octal | 164 | 57 | 115 | 0 | 73 | 42 | 67 | 516 | 52 | 40 |
| Binary | 1110100 | 101111 | 1001101 | 0 | 111011 | 100010 | 110111 | 101001110 | 101010 | 100000 |
Color Harmonies of #742F4D
Complementary color
Monochromatic Colors of #742F4D
Black with #742F4D
Text Example
Text Example
White with #742F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F4D; }
p { color: rgb(116,47,77); }
H1.HeaderClassName
{
color: #742F4D;
}
.AnyTagClassName
{
color: #742F4D;
}
</style>
background-color css
<style>
a { background-color: #742F4D; }
a { background-color: rgb(116,47,77); }
div.DivClassName
{
background-color: #742F4D;
}
.BgClassName
{
background-color: #742F4D;
}
</style>
border-color css
<style>
span { border-color: #742F4D; }
span { border-color: rgb(116,47,77); }
td.TdClassName
{
border-color: #742F4D;
}
.TagClassName
{
border-color: #742F4D;
}
</style>