Shades of Flirt #742D46
Tints of Flirt #742D46
RGB
CMYK
RGB Variations
Color information
#742D46 (or 0x742D46) is known color: Flirt. HEX triplet: 74, 2D and 46. RGB value is (116,45,70). Sum of RGB (Red+Green+Blue) = 116+45+70=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #742D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D46 is #8BD2B9. Grayscale: #454545. Windows color (decimal): -9163450 or 4599156. OLE color: 4599156.
HSL color Cylindrical-coordinate representation of color #742D46: hue angle of 338.87º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D46 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 70 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.55 |
| HSL | 338.87º | 0.44% | 0.32% | - |
| HSV(B) | 338.87º | 0.61% | 0.45% | - |
| XYZ | 9.25 | 6.03 | 6.47 | - |
| YUV | 69.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 70 | 0 | 0.61 | 0.40 | 0.55 | 338.87 | 0.44 | 0.32 |
| Hex | 74 | 2D | 46 | 0 | 3D | 28 | 37 | 153 | 2C | 20 |
| Octal | 164 | 55 | 106 | 0 | 75 | 50 | 67 | 523 | 54 | 40 |
| Binary | 1110100 | 101101 | 1000110 | 0 | 111101 | 101000 | 110111 | 101010011 | 101100 | 100000 |
Color Harmonies of #742D46
Complementary color
Monochromatic Colors of #742D46
Black with #742D46
Text Example
Text Example
White with #742D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D46; }
p { color: rgb(116,45,70); }
H1.HeaderClassName
{
color: #742D46;
}
.AnyTagClassName
{
color: #742D46;
}
</style>
background-color css
<style>
a { background-color: #742D46; }
a { background-color: rgb(116,45,70); }
div.DivClassName
{
background-color: #742D46;
}
.BgClassName
{
background-color: #742D46;
}
</style>
border-color css
<style>
span { border-color: #742D46; }
span { border-color: rgb(116,45,70); }
td.TdClassName
{
border-color: #742D46;
}
.TagClassName
{
border-color: #742D46;
}
</style>