Shades of Flirt #74294A
Tints of Flirt #74294A
RGB
CMYK
RGB Variations
Color information
#74294A (or 0x74294A) is known color: Flirt. HEX triplet: 74, 29 and 4A. RGB value is (116,41,74). Sum of RGB (Red+Green+Blue) = 116+41+74=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74294A is #8BD6B5. Grayscale: #434343. Windows color (decimal): -9164470 or 4860276. OLE color: 4860276.
HSL color Cylindrical-coordinate representation of color #74294A: hue angle of 333.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74294A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 74 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.55 |
| HSL | 333.6º | 0.48% | 0.31% | - |
| HSV(B) | 333.6º | 0.65% | 0.45% | - |
| XYZ | 9.23 | 5.79 | 7.11 | - |
| YUV | 67.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 74 | 0 | 0.65 | 0.36 | 0.55 | 333.6 | 0.48 | 0.31 |
| Hex | 74 | 29 | 4A | 0 | 41 | 24 | 37 | 14E | 30 | 1F |
| Octal | 164 | 51 | 112 | 0 | 101 | 44 | 67 | 516 | 60 | 37 |
| Binary | 1110100 | 101001 | 1001010 | 0 | 1000001 | 100100 | 110111 | 101001110 | 110000 | 11111 |
Color Harmonies of #74294A
Complementary color
Monochromatic Colors of #74294A
Black with #74294A
Text Example
Text Example
White with #74294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74294A; }
p { color: rgb(116,41,74); }
H1.HeaderClassName
{
color: #74294A;
}
.AnyTagClassName
{
color: #74294A;
}
</style>
background-color css
<style>
a { background-color: #74294A; }
a { background-color: rgb(116,41,74); }
div.DivClassName
{
background-color: #74294A;
}
.BgClassName
{
background-color: #74294A;
}
</style>
border-color css
<style>
span { border-color: #74294A; }
span { border-color: rgb(116,41,74); }
td.TdClassName
{
border-color: #74294A;
}
.TagClassName
{
border-color: #74294A;
}
</style>