Shades of Flirt #74354A
Tints of Flirt #74354A
RGB
CMYK
RGB Variations
Color information
#74354A (or 0x74354A) is known color: Flirt. HEX triplet: 74, 35 and 4A. RGB value is (116,53,74). Sum of RGB (Red+Green+Blue) = 116+53+74=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74354A is #8BCAB5. Grayscale: #4A4A4A. Windows color (decimal): -9161398 or 4863348. OLE color: 4863348.
HSL color Cylindrical-coordinate representation of color #74354A: hue angle of 340º 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 #74354A is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 74 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.55 |
| HSL | 340º | 0.37% | 0.33% | - |
| HSV(B) | 340º | 0.54% | 0.45% | - |
| XYZ | 9.71 | 6.75 | 7.27 | - |
| YUV | 74.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 74 | 0 | 0.54 | 0.36 | 0.55 | 340 | 0.37 | 0.33 |
| Hex | 74 | 35 | 4A | 0 | 36 | 24 | 37 | 154 | 25 | 21 |
| Octal | 164 | 65 | 112 | 0 | 66 | 44 | 67 | 524 | 45 | 41 |
| Binary | 1110100 | 110101 | 1001010 | 0 | 110110 | 100100 | 110111 | 101010100 | 100101 | 100001 |
Color Harmonies of #74354A
Complementary color
Monochromatic Colors of #74354A
Black with #74354A
Text Example
Text Example
White with #74354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74354A; }
p { color: rgb(116,53,74); }
H1.HeaderClassName
{
color: #74354A;
}
.AnyTagClassName
{
color: #74354A;
}
</style>
background-color css
<style>
a { background-color: #74354A; }
a { background-color: rgb(116,53,74); }
div.DivClassName
{
background-color: #74354A;
}
.BgClassName
{
background-color: #74354A;
}
</style>
border-color css
<style>
span { border-color: #74354A; }
span { border-color: rgb(116,53,74); }
td.TdClassName
{
border-color: #74354A;
}
.TagClassName
{
border-color: #74354A;
}
</style>