Shades of Flirt #742F52
Tints of Flirt #742F52
RGB
CMYK
RGB Variations
Color information
#742F52 (or 0x742F52) is known color: Flirt. HEX triplet: 74, 2F and 52. RGB value is (116,47,82). Sum of RGB (Red+Green+Blue) = 116+47+82=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #742F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F52 is #8BD0AD. Grayscale: #474747. Windows color (decimal): -9162926 or 5386100. OLE color: 5386100.
HSL color Cylindrical-coordinate representation of color #742F52: hue angle of 329.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F52 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 82 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.55 |
| HSL | 329.57º | 0.42% | 0.32% | - |
| HSV(B) | 329.57º | 0.59% | 0.45% | - |
| XYZ | 9.74 | 6.36 | 8.7 | - |
| YUV | 71.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 82 | 0 | 0.59 | 0.29 | 0.55 | 329.57 | 0.42 | 0.32 |
| Hex | 74 | 2F | 52 | 0 | 3B | 1D | 37 | 14A | 2A | 20 |
| Octal | 164 | 57 | 122 | 0 | 73 | 35 | 67 | 512 | 52 | 40 |
| Binary | 1110100 | 101111 | 1010010 | 0 | 111011 | 11101 | 110111 | 101001010 | 101010 | 100000 |
Color Harmonies of #742F52
Complementary color
Monochromatic Colors of #742F52
Black with #742F52
Text Example
Text Example
White with #742F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F52; }
p { color: rgb(116,47,82); }
H1.HeaderClassName
{
color: #742F52;
}
.AnyTagClassName
{
color: #742F52;
}
</style>
background-color css
<style>
a { background-color: #742F52; }
a { background-color: rgb(116,47,82); }
div.DivClassName
{
background-color: #742F52;
}
.BgClassName
{
background-color: #742F52;
}
</style>
border-color css
<style>
span { border-color: #742F52; }
span { border-color: rgb(116,47,82); }
td.TdClassName
{
border-color: #742F52;
}
.TagClassName
{
border-color: #742F52;
}
</style>