Shades of Flirt #74364F
Tints of Flirt #74364F
RGB
CMYK
RGB Variations
Color information
#74364F (or 0x74364F) is known color: Flirt. HEX triplet: 74, 36 and 4F. RGB value is (116,54,79). Sum of RGB (Red+Green+Blue) = 116+54+79=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74364F is #8BC9B0. Grayscale: #4B4B4B. Windows color (decimal): -9161137 or 5191284. OLE color: 5191284.
HSL color Cylindrical-coordinate representation of color #74364F: hue angle of 335.81º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74364F is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 79 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.55 |
| HSL | 335.81º | 0.36% | 0.33% | - |
| HSV(B) | 335.81º | 0.53% | 0.45% | - |
| XYZ | 9.93 | 6.92 | 8.21 | - |
| YUV | 75.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 79 | 0 | 0.53 | 0.32 | 0.55 | 335.81 | 0.36 | 0.33 |
| Hex | 74 | 36 | 4F | 0 | 35 | 20 | 37 | 150 | 24 | 21 |
| Octal | 164 | 66 | 117 | 0 | 65 | 40 | 67 | 520 | 44 | 41 |
| Binary | 1110100 | 110110 | 1001111 | 0 | 110101 | 100000 | 110111 | 101010000 | 100100 | 100001 |
Color Harmonies of #74364F
Complementary color
Monochromatic Colors of #74364F
Black with #74364F
Text Example
Text Example
White with #74364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74364F; }
p { color: rgb(116,54,79); }
H1.HeaderClassName
{
color: #74364F;
}
.AnyTagClassName
{
color: #74364F;
}
</style>
background-color css
<style>
a { background-color: #74364F; }
a { background-color: rgb(116,54,79); }
div.DivClassName
{
background-color: #74364F;
}
.BgClassName
{
background-color: #74364F;
}
</style>
border-color css
<style>
span { border-color: #74364F; }
span { border-color: rgb(116,54,79); }
td.TdClassName
{
border-color: #74364F;
}
.TagClassName
{
border-color: #74364F;
}
</style>