Shades of Flirt #742A52
Tints of Flirt #742A52
RGB
CMYK
RGB Variations
Color information
#742A52 (or 0x742A52) is known color: Flirt. HEX triplet: 74, 2A and 52. RGB value is (116,42,82). Sum of RGB (Red+Green+Blue) = 116+42+82=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #742A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A52 is #8BD5AD. Grayscale: #444444. Windows color (decimal): -9164206 or 5384820. OLE color: 5384820.
HSL color Cylindrical-coordinate representation of color #742A52: hue angle of 327.57º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #742A52 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 82 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.55 |
| HSL | 327.57º | 0.47% | 0.31% | - |
| HSV(B) | 327.57º | 0.64% | 0.45% | - |
| XYZ | 9.55 | 5.98 | 8.63 | - |
| YUV | 68.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 82 | 0 | 0.64 | 0.29 | 0.55 | 327.57 | 0.47 | 0.31 |
| Hex | 74 | 2A | 52 | 0 | 40 | 1D | 37 | 148 | 2F | 1F |
| Octal | 164 | 52 | 122 | 0 | 100 | 35 | 67 | 510 | 57 | 37 |
| Binary | 1110100 | 101010 | 1010010 | 0 | 1000000 | 11101 | 110111 | 101001000 | 101111 | 11111 |
Color Harmonies of #742A52
Complementary color
Monochromatic Colors of #742A52
Black with #742A52
Text Example
Text Example
White with #742A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A52; }
p { color: rgb(116,42,82); }
H1.HeaderClassName
{
color: #742A52;
}
.AnyTagClassName
{
color: #742A52;
}
</style>
background-color css
<style>
a { background-color: #742A52; }
a { background-color: rgb(116,42,82); }
div.DivClassName
{
background-color: #742A52;
}
.BgClassName
{
background-color: #742A52;
}
</style>
border-color css
<style>
span { border-color: #742A52; }
span { border-color: rgb(116,42,82); }
td.TdClassName
{
border-color: #742A52;
}
.TagClassName
{
border-color: #742A52;
}
</style>