Shades of Flirt #742A50
Tints of Flirt #742A50
RGB
CMYK
RGB Variations
Color information
#742A50 (or 0x742A50) is known color: Flirt. HEX triplet: 74, 2A and 50. RGB value is (116,42,80). Sum of RGB (Red+Green+Blue) = 116+42+80=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #742A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A50 is #8BD5AF. Grayscale: #444444. Windows color (decimal): -9164208 or 5253748. OLE color: 5253748.
HSL color Cylindrical-coordinate representation of color #742A50: hue angle of 329.19º 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 #742A50 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 80 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.55 |
| HSL | 329.19º | 0.47% | 0.31% | - |
| HSV(B) | 329.19º | 0.64% | 0.45% | - |
| XYZ | 9.48 | 5.95 | 8.24 | - |
| YUV | 68.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 80 | 0 | 0.64 | 0.31 | 0.55 | 329.19 | 0.47 | 0.31 |
| Hex | 74 | 2A | 50 | 0 | 40 | 1F | 37 | 149 | 2F | 1F |
| Octal | 164 | 52 | 120 | 0 | 100 | 37 | 67 | 511 | 57 | 37 |
| Binary | 1110100 | 101010 | 1010000 | 0 | 1000000 | 11111 | 110111 | 101001001 | 101111 | 11111 |
Color Harmonies of #742A50
Complementary color
Monochromatic Colors of #742A50
Black with #742A50
Text Example
Text Example
White with #742A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A50; }
p { color: rgb(116,42,80); }
H1.HeaderClassName
{
color: #742A50;
}
.AnyTagClassName
{
color: #742A50;
}
</style>
background-color css
<style>
a { background-color: #742A50; }
a { background-color: rgb(116,42,80); }
div.DivClassName
{
background-color: #742A50;
}
.BgClassName
{
background-color: #742A50;
}
</style>
border-color css
<style>
span { border-color: #742A50; }
span { border-color: rgb(116,42,80); }
td.TdClassName
{
border-color: #742A50;
}
.TagClassName
{
border-color: #742A50;
}
</style>