Shades of Flirt #74345C
Tints of Flirt #74345C
RGB
CMYK
RGB Variations
Color information
#74345C (or 0x74345C) is known color: Flirt. HEX triplet: 74, 34 and 5C. RGB value is (116,52,92). Sum of RGB (Red+Green+Blue) = 116+52+92=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74345C is #8BCBA3. Grayscale: #4B4B4B. Windows color (decimal): -9161636 or 6042740. OLE color: 6042740.
HSL color Cylindrical-coordinate representation of color #74345C: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74345C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 92 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.55 |
| HSL | 322.5º | 0.38% | 0.33% | - |
| HSV(B) | 322.5º | 0.55% | 0.45% | - |
| XYZ | 10.36 | 6.94 | 10.92 | - |
| YUV | 75.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 92 | 0 | 0.55 | 0.21 | 0.55 | 322.5 | 0.38 | 0.33 |
| Hex | 74 | 34 | 5C | 0 | 37 | 15 | 37 | 142 | 26 | 21 |
| Octal | 164 | 64 | 134 | 0 | 67 | 25 | 67 | 502 | 46 | 41 |
| Binary | 1110100 | 110100 | 1011100 | 0 | 110111 | 10101 | 110111 | 101000010 | 100110 | 100001 |
Color Harmonies of #74345C
Complementary color
Monochromatic Colors of #74345C
Black with #74345C
Text Example
Text Example
White with #74345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74345C; }
p { color: rgb(116,52,92); }
H1.HeaderClassName
{
color: #74345C;
}
.AnyTagClassName
{
color: #74345C;
}
</style>
background-color css
<style>
a { background-color: #74345C; }
a { background-color: rgb(116,52,92); }
div.DivClassName
{
background-color: #74345C;
}
.BgClassName
{
background-color: #74345C;
}
</style>
border-color css
<style>
span { border-color: #74345C; }
span { border-color: rgb(116,52,92); }
td.TdClassName
{
border-color: #74345C;
}
.TagClassName
{
border-color: #74345C;
}
</style>