Shades of Flirt #742C50
Tints of Flirt #742C50
RGB
CMYK
RGB Variations
Color information
#742C50 (or 0x742C50) is known color: Flirt. HEX triplet: 74, 2C and 50. RGB value is (116,44,80). Sum of RGB (Red+Green+Blue) = 116+44+80=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #742C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C50 is #8BD3AF. Grayscale: #454545. Windows color (decimal): -9163696 or 5254260. OLE color: 5254260.
HSL color Cylindrical-coordinate representation of color #742C50: hue angle of 330º 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 #742C50 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 80 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.55 |
| HSL | 330º | 0.45% | 0.31% | - |
| HSV(B) | 330º | 0.62% | 0.45% | - |
| XYZ | 9.55 | 6.09 | 8.26 | - |
| YUV | 69.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 80 | 0 | 0.62 | 0.31 | 0.55 | 330 | 0.45 | 0.31 |
| Hex | 74 | 2C | 50 | 0 | 3E | 1F | 37 | 14A | 2D | 1F |
| Octal | 164 | 54 | 120 | 0 | 76 | 37 | 67 | 512 | 55 | 37 |
| Binary | 1110100 | 101100 | 1010000 | 0 | 111110 | 11111 | 110111 | 101001010 | 101101 | 11111 |
Color Harmonies of #742C50
Complementary color
Monochromatic Colors of #742C50
Black with #742C50
Text Example
Text Example
White with #742C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C50; }
p { color: rgb(116,44,80); }
H1.HeaderClassName
{
color: #742C50;
}
.AnyTagClassName
{
color: #742C50;
}
</style>
background-color css
<style>
a { background-color: #742C50; }
a { background-color: rgb(116,44,80); }
div.DivClassName
{
background-color: #742C50;
}
.BgClassName
{
background-color: #742C50;
}
</style>
border-color css
<style>
span { border-color: #742C50; }
span { border-color: rgb(116,44,80); }
td.TdClassName
{
border-color: #742C50;
}
.TagClassName
{
border-color: #742C50;
}
</style>