Shades of Flirt #742D4D
Tints of Flirt #742D4D
RGB
CMYK
RGB Variations
Color information
#742D4D (or 0x742D4D) is known color: Flirt. HEX triplet: 74, 2D and 4D. RGB value is (116,45,77). Sum of RGB (Red+Green+Blue) = 116+45+77=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #742D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D4D is #8BD2B2. Grayscale: #454545. Windows color (decimal): -9163443 or 5057908. OLE color: 5057908.
HSL color Cylindrical-coordinate representation of color #742D4D: hue angle of 332.96º 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 #742D4D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 77 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.55 |
| HSL | 332.96º | 0.44% | 0.32% | - |
| HSV(B) | 332.96º | 0.61% | 0.45% | - |
| XYZ | 9.48 | 6.13 | 7.7 | - |
| YUV | 69.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 77 | 0 | 0.61 | 0.34 | 0.55 | 332.96 | 0.44 | 0.32 |
| Hex | 74 | 2D | 4D | 0 | 3D | 22 | 37 | 14D | 2C | 20 |
| Octal | 164 | 55 | 115 | 0 | 75 | 42 | 67 | 515 | 54 | 40 |
| Binary | 1110100 | 101101 | 1001101 | 0 | 111101 | 100010 | 110111 | 101001101 | 101100 | 100000 |
Color Harmonies of #742D4D
Complementary color
Monochromatic Colors of #742D4D
Black with #742D4D
Text Example
Text Example
White with #742D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D4D; }
p { color: rgb(116,45,77); }
H1.HeaderClassName
{
color: #742D4D;
}
.AnyTagClassName
{
color: #742D4D;
}
</style>
background-color css
<style>
a { background-color: #742D4D; }
a { background-color: rgb(116,45,77); }
div.DivClassName
{
background-color: #742D4D;
}
.BgClassName
{
background-color: #742D4D;
}
</style>
border-color css
<style>
span { border-color: #742D4D; }
span { border-color: rgb(116,45,77); }
td.TdClassName
{
border-color: #742D4D;
}
.TagClassName
{
border-color: #742D4D;
}
</style>