Shades of Flirt #74324A
Tints of Flirt #74324A
RGB
CMYK
RGB Variations
Color information
#74324A (or 0x74324A) is known color: Flirt. HEX triplet: 74, 32 and 4A. RGB value is (116,50,74). Sum of RGB (Red+Green+Blue) = 116+50+74=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #74324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74324A is #8BCDB5. Grayscale: #484848. Windows color (decimal): -9162166 or 4862580. OLE color: 4862580.
HSL color Cylindrical-coordinate representation of color #74324A: hue angle of 338.18º 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 #74324A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 74 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.55 |
| HSL | 338.18º | 0.4% | 0.33% | - |
| HSV(B) | 338.18º | 0.57% | 0.45% | - |
| XYZ | 9.58 | 6.49 | 7.23 | - |
| YUV | 72.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 74 | 0 | 0.57 | 0.36 | 0.55 | 338.18 | 0.4 | 0.33 |
| Hex | 74 | 32 | 4A | 0 | 39 | 24 | 37 | 152 | 28 | 21 |
| Octal | 164 | 62 | 112 | 0 | 71 | 44 | 67 | 522 | 50 | 41 |
| Binary | 1110100 | 110010 | 1001010 | 0 | 111001 | 100100 | 110111 | 101010010 | 101000 | 100001 |
Color Harmonies of #74324A
Complementary color
Monochromatic Colors of #74324A
Black with #74324A
Text Example
Text Example
White with #74324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74324A; }
p { color: rgb(116,50,74); }
H1.HeaderClassName
{
color: #74324A;
}
.AnyTagClassName
{
color: #74324A;
}
</style>
background-color css
<style>
a { background-color: #74324A; }
a { background-color: rgb(116,50,74); }
div.DivClassName
{
background-color: #74324A;
}
.BgClassName
{
background-color: #74324A;
}
</style>
border-color css
<style>
span { border-color: #74324A; }
span { border-color: rgb(116,50,74); }
td.TdClassName
{
border-color: #74324A;
}
.TagClassName
{
border-color: #74324A;
}
</style>