Shades of Flirt #742C44
Tints of Flirt #742C44
RGB
CMYK
RGB Variations
Color information
#742C44 (or 0x742C44) is known color: Flirt. HEX triplet: 74, 2C and 44. RGB value is (116,44,68). Sum of RGB (Red+Green+Blue) = 116+44+68=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #742C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C44 is #8BD3BB. Grayscale: #444444. Windows color (decimal): -9163708 or 4467828. OLE color: 4467828.
HSL color Cylindrical-coordinate representation of color #742C44: hue angle of 340º 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 #742C44 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 68 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.55 |
| HSL | 340º | 0.45% | 0.31% | - |
| HSV(B) | 340º | 0.62% | 0.45% | - |
| XYZ | 9.15 | 5.93 | 6.13 | - |
| YUV | 68.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 68 | 0 | 0.62 | 0.41 | 0.55 | 340 | 0.45 | 0.31 |
| Hex | 74 | 2C | 44 | 0 | 3E | 29 | 37 | 154 | 2D | 1F |
| Octal | 164 | 54 | 104 | 0 | 76 | 51 | 67 | 524 | 55 | 37 |
| Binary | 1110100 | 101100 | 1000100 | 0 | 111110 | 101001 | 110111 | 101010100 | 101101 | 11111 |
Color Harmonies of #742C44
Complementary color
Monochromatic Colors of #742C44
Black with #742C44
Text Example
Text Example
White with #742C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C44; }
p { color: rgb(116,44,68); }
H1.HeaderClassName
{
color: #742C44;
}
.AnyTagClassName
{
color: #742C44;
}
</style>
background-color css
<style>
a { background-color: #742C44; }
a { background-color: rgb(116,44,68); }
div.DivClassName
{
background-color: #742C44;
}
.BgClassName
{
background-color: #742C44;
}
</style>
border-color css
<style>
span { border-color: #742C44; }
span { border-color: rgb(116,44,68); }
td.TdClassName
{
border-color: #742C44;
}
.TagClassName
{
border-color: #742C44;
}
</style>