Shades of Flirt #74325A
Tints of Flirt #74325A
RGB
CMYK
RGB Variations
Color information
#74325A (or 0x74325A) is known color: Flirt. HEX triplet: 74, 32 and 5A. RGB value is (116,50,90). Sum of RGB (Red+Green+Blue) = 116+50+90=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74325A is #8BCDA5. Grayscale: #4A4A4A. Windows color (decimal): -9162150 or 5911156. OLE color: 5911156.
HSL color Cylindrical-coordinate representation of color #74325A: hue angle of 323.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74325A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 90 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.55 |
| HSL | 323.64º | 0.4% | 0.33% | - |
| HSV(B) | 323.64º | 0.57% | 0.45% | - |
| XYZ | 10.19 | 6.73 | 10.44 | - |
| YUV | 74.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 90 | 0 | 0.57 | 0.22 | 0.55 | 323.64 | 0.4 | 0.33 |
| Hex | 74 | 32 | 5A | 0 | 39 | 16 | 37 | 144 | 28 | 21 |
| Octal | 164 | 62 | 132 | 0 | 71 | 26 | 67 | 504 | 50 | 41 |
| Binary | 1110100 | 110010 | 1011010 | 0 | 111001 | 10110 | 110111 | 101000100 | 101000 | 100001 |
Color Harmonies of #74325A
Complementary color
Monochromatic Colors of #74325A
Black with #74325A
Text Example
Text Example
White with #74325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74325A; }
p { color: rgb(116,50,90); }
H1.HeaderClassName
{
color: #74325A;
}
.AnyTagClassName
{
color: #74325A;
}
</style>
background-color css
<style>
a { background-color: #74325A; }
a { background-color: rgb(116,50,90); }
div.DivClassName
{
background-color: #74325A;
}
.BgClassName
{
background-color: #74325A;
}
</style>
border-color css
<style>
span { border-color: #74325A; }
span { border-color: rgb(116,50,90); }
td.TdClassName
{
border-color: #74325A;
}
.TagClassName
{
border-color: #74325A;
}
</style>