Shades of Flirt #742C4E
Tints of Flirt #742C4E
RGB
CMYK
RGB Variations
Color information
#742C4E (or 0x742C4E) is known color: Flirt. HEX triplet: 74, 2C and 4E. RGB value is (116,44,78). Sum of RGB (Red+Green+Blue) = 116+44+78=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #742C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C4E is #8BD3B1. Grayscale: #454545. Windows color (decimal): -9163698 or 5123188. OLE color: 5123188.
HSL color Cylindrical-coordinate representation of color #742C4E: hue angle of 331.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742C4E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 78 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.55 |
| HSL | 331.67º | 0.45% | 0.31% | - |
| HSV(B) | 331.67º | 0.62% | 0.45% | - |
| XYZ | 9.48 | 6.06 | 7.88 | - |
| YUV | 69.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 78 | 0 | 0.62 | 0.33 | 0.55 | 331.67 | 0.45 | 0.31 |
| Hex | 74 | 2C | 4E | 0 | 3E | 21 | 37 | 14C | 2D | 1F |
| Octal | 164 | 54 | 116 | 0 | 76 | 41 | 67 | 514 | 55 | 37 |
| Binary | 1110100 | 101100 | 1001110 | 0 | 111110 | 100001 | 110111 | 101001100 | 101101 | 11111 |
Color Harmonies of #742C4E
Complementary color
Monochromatic Colors of #742C4E
Black with #742C4E
Text Example
Text Example
White with #742C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C4E; }
p { color: rgb(116,44,78); }
H1.HeaderClassName
{
color: #742C4E;
}
.AnyTagClassName
{
color: #742C4E;
}
</style>
background-color css
<style>
a { background-color: #742C4E; }
a { background-color: rgb(116,44,78); }
div.DivClassName
{
background-color: #742C4E;
}
.BgClassName
{
background-color: #742C4E;
}
</style>
border-color css
<style>
span { border-color: #742C4E; }
span { border-color: rgb(116,44,78); }
td.TdClassName
{
border-color: #742C4E;
}
.TagClassName
{
border-color: #742C4E;
}
</style>