Shades of Flirt #74354C
Tints of Flirt #74354C
RGB
CMYK
RGB Variations
Color information
#74354C (or 0x74354C) is known color: Flirt. HEX triplet: 74, 35 and 4C. RGB value is (116,53,76). Sum of RGB (Red+Green+Blue) = 116+53+76=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74354C is #8BCAB3. Grayscale: #4A4A4A. Windows color (decimal): -9161396 or 4994420. OLE color: 4994420.
HSL color Cylindrical-coordinate representation of color #74354C: hue angle of 338.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74354C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 76 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.55 |
| HSL | 338.1º | 0.37% | 0.33% | - |
| HSV(B) | 338.1º | 0.54% | 0.45% | - |
| XYZ | 9.78 | 6.78 | 7.63 | - |
| YUV | 74.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 76 | 0 | 0.54 | 0.34 | 0.55 | 338.1 | 0.37 | 0.33 |
| Hex | 74 | 35 | 4C | 0 | 36 | 22 | 37 | 152 | 25 | 21 |
| Octal | 164 | 65 | 114 | 0 | 66 | 42 | 67 | 522 | 45 | 41 |
| Binary | 1110100 | 110101 | 1001100 | 0 | 110110 | 100010 | 110111 | 101010010 | 100101 | 100001 |
Color Harmonies of #74354C
Complementary color
Monochromatic Colors of #74354C
Black with #74354C
Text Example
Text Example
White with #74354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74354C; }
p { color: rgb(116,53,76); }
H1.HeaderClassName
{
color: #74354C;
}
.AnyTagClassName
{
color: #74354C;
}
</style>
background-color css
<style>
a { background-color: #74354C; }
a { background-color: rgb(116,53,76); }
div.DivClassName
{
background-color: #74354C;
}
.BgClassName
{
background-color: #74354C;
}
</style>
border-color css
<style>
span { border-color: #74354C; }
span { border-color: rgb(116,53,76); }
td.TdClassName
{
border-color: #74354C;
}
.TagClassName
{
border-color: #74354C;
}
</style>