Shades of Flirt #74384F
Tints of Flirt #74384F
RGB
CMYK
RGB Variations
Color information
#74384F (or 0x74384F) is known color: Flirt. HEX triplet: 74, 38 and 4F. RGB value is (116,56,79). Sum of RGB (Red+Green+Blue) = 116+56+79=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74384F is #8BC7B0. Grayscale: #4C4C4C. Windows color (decimal): -9160625 or 5191796. OLE color: 5191796.
HSL color Cylindrical-coordinate representation of color #74384F: hue angle of 337º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74384F is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 79 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.55 |
| HSL | 337º | 0.35% | 0.34% | - |
| HSV(B) | 337º | 0.52% | 0.45% | - |
| XYZ | 10.03 | 7.11 | 8.24 | - |
| YUV | 76.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 79 | 0 | 0.52 | 0.32 | 0.55 | 337 | 0.35 | 0.34 |
| Hex | 74 | 38 | 4F | 0 | 34 | 20 | 37 | 151 | 23 | 22 |
| Octal | 164 | 70 | 117 | 0 | 64 | 40 | 67 | 521 | 43 | 42 |
| Binary | 1110100 | 111000 | 1001111 | 0 | 110100 | 100000 | 110111 | 101010001 | 100011 | 100010 |
Color Harmonies of #74384F
Complementary color
Monochromatic Colors of #74384F
Black with #74384F
Text Example
Text Example
White with #74384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74384F; }
p { color: rgb(116,56,79); }
H1.HeaderClassName
{
color: #74384F;
}
.AnyTagClassName
{
color: #74384F;
}
</style>
background-color css
<style>
a { background-color: #74384F; }
a { background-color: rgb(116,56,79); }
div.DivClassName
{
background-color: #74384F;
}
.BgClassName
{
background-color: #74384F;
}
</style>
border-color css
<style>
span { border-color: #74384F; }
span { border-color: rgb(116,56,79); }
td.TdClassName
{
border-color: #74384F;
}
.TagClassName
{
border-color: #74384F;
}
</style>