Shades of Flirt #74324C
Tints of Flirt #74324C
RGB
CMYK
RGB Variations
Color information
#74324C (or 0x74324C) is known color: Flirt. HEX triplet: 74, 32 and 4C. RGB value is (116,50,76). Sum of RGB (Red+Green+Blue) = 116+50+76=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74324C is #8BCDB3. Grayscale: #484848. Windows color (decimal): -9162164 or 4993652. OLE color: 4993652.
HSL color Cylindrical-coordinate representation of color #74324C: hue angle of 336.36º 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 #74324C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 76 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.55 |
| HSL | 336.36º | 0.4% | 0.33% | - |
| HSV(B) | 336.36º | 0.57% | 0.45% | - |
| XYZ | 9.65 | 6.52 | 7.59 | - |
| YUV | 72.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 76 | 0 | 0.57 | 0.34 | 0.55 | 336.36 | 0.4 | 0.33 |
| Hex | 74 | 32 | 4C | 0 | 39 | 22 | 37 | 150 | 28 | 21 |
| Octal | 164 | 62 | 114 | 0 | 71 | 42 | 67 | 520 | 50 | 41 |
| Binary | 1110100 | 110010 | 1001100 | 0 | 111001 | 100010 | 110111 | 101010000 | 101000 | 100001 |
Color Harmonies of #74324C
Complementary color
Monochromatic Colors of #74324C
Black with #74324C
Text Example
Text Example
White with #74324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74324C; }
p { color: rgb(116,50,76); }
H1.HeaderClassName
{
color: #74324C;
}
.AnyTagClassName
{
color: #74324C;
}
</style>
background-color css
<style>
a { background-color: #74324C; }
a { background-color: rgb(116,50,76); }
div.DivClassName
{
background-color: #74324C;
}
.BgClassName
{
background-color: #74324C;
}
</style>
border-color css
<style>
span { border-color: #74324C; }
span { border-color: rgb(116,50,76); }
td.TdClassName
{
border-color: #74324C;
}
.TagClassName
{
border-color: #74324C;
}
</style>