Shades of Flirt #74384E
Tints of Flirt #74384E
RGB
CMYK
RGB Variations
Color information
#74384E (or 0x74384E) is known color: Flirt. HEX triplet: 74, 38 and 4E. RGB value is (116,56,78). Sum of RGB (Red+Green+Blue) = 116+56+78=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74384E is #8BC7B1. Grayscale: #4C4C4C. Windows color (decimal): -9160626 or 5126260. OLE color: 5126260.
HSL color Cylindrical-coordinate representation of color #74384E: hue angle of 338º 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 #74384E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 78 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.55 |
| HSL | 338º | 0.35% | 0.34% | - |
| HSV(B) | 338º | 0.52% | 0.45% | - |
| XYZ | 9.99 | 7.09 | 8.05 | - |
| YUV | 76.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 78 | 0 | 0.52 | 0.33 | 0.55 | 338 | 0.35 | 0.34 |
| Hex | 74 | 38 | 4E | 0 | 34 | 21 | 37 | 152 | 23 | 22 |
| Octal | 164 | 70 | 116 | 0 | 64 | 41 | 67 | 522 | 43 | 42 |
| Binary | 1110100 | 111000 | 1001110 | 0 | 110100 | 100001 | 110111 | 101010010 | 100011 | 100010 |
Color Harmonies of #74384E
Complementary color
Monochromatic Colors of #74384E
Black with #74384E
Text Example
Text Example
White with #74384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74384E; }
p { color: rgb(116,56,78); }
H1.HeaderClassName
{
color: #74384E;
}
.AnyTagClassName
{
color: #74384E;
}
</style>
background-color css
<style>
a { background-color: #74384E; }
a { background-color: rgb(116,56,78); }
div.DivClassName
{
background-color: #74384E;
}
.BgClassName
{
background-color: #74384E;
}
</style>
border-color css
<style>
span { border-color: #74384E; }
span { border-color: rgb(116,56,78); }
td.TdClassName
{
border-color: #74384E;
}
.TagClassName
{
border-color: #74384E;
}
</style>