Shades of Flirt #742F4F
Tints of Flirt #742F4F
RGB
CMYK
RGB Variations
Color information
#742F4F (or 0x742F4F) is known color: Flirt. HEX triplet: 74, 2F and 4F. RGB value is (116,47,79). Sum of RGB (Red+Green+Blue) = 116+47+79=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #742F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F4F is #8BD0B0. Grayscale: #474747. Windows color (decimal): -9162929 or 5189492. OLE color: 5189492.
HSL color Cylindrical-coordinate representation of color #742F4F: hue angle of 332.17º 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 #742F4F is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 79 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.55 |
| HSL | 332.17º | 0.42% | 0.32% | - |
| HSV(B) | 332.17º | 0.59% | 0.45% | - |
| XYZ | 9.63 | 6.31 | 8.11 | - |
| YUV | 71.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 79 | 0 | 0.59 | 0.32 | 0.55 | 332.17 | 0.42 | 0.32 |
| Hex | 74 | 2F | 4F | 0 | 3B | 20 | 37 | 14C | 2A | 20 |
| Octal | 164 | 57 | 117 | 0 | 73 | 40 | 67 | 514 | 52 | 40 |
| Binary | 1110100 | 101111 | 1001111 | 0 | 111011 | 100000 | 110111 | 101001100 | 101010 | 100000 |
Color Harmonies of #742F4F
Complementary color
Monochromatic Colors of #742F4F
Black with #742F4F
Text Example
Text Example
White with #742F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F4F; }
p { color: rgb(116,47,79); }
H1.HeaderClassName
{
color: #742F4F;
}
.AnyTagClassName
{
color: #742F4F;
}
</style>
background-color css
<style>
a { background-color: #742F4F; }
a { background-color: rgb(116,47,79); }
div.DivClassName
{
background-color: #742F4F;
}
.BgClassName
{
background-color: #742F4F;
}
</style>
border-color css
<style>
span { border-color: #742F4F; }
span { border-color: rgb(116,47,79); }
td.TdClassName
{
border-color: #742F4F;
}
.TagClassName
{
border-color: #742F4F;
}
</style>