Shades of Flirt #74374F
Tints of Flirt #74374F
RGB
CMYK
RGB Variations
Color information
#74374F (or 0x74374F) is known color: Flirt. HEX triplet: 74, 37 and 4F. RGB value is (116,55,79). Sum of RGB (Red+Green+Blue) = 116+55+79=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74374F is #8BC8B0. Grayscale: #4B4B4B. Windows color (decimal): -9160881 or 5191540. OLE color: 5191540.
HSL color Cylindrical-coordinate representation of color #74374F: hue angle of 336.39º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74374F is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 79 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.55 |
| HSL | 336.39º | 0.36% | 0.34% | - |
| HSV(B) | 336.39º | 0.53% | 0.45% | - |
| XYZ | 9.98 | 7.01 | 8.22 | - |
| YUV | 75.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 79 | 0 | 0.53 | 0.32 | 0.55 | 336.39 | 0.36 | 0.34 |
| Hex | 74 | 37 | 4F | 0 | 35 | 20 | 37 | 150 | 24 | 22 |
| Octal | 164 | 67 | 117 | 0 | 65 | 40 | 67 | 520 | 44 | 42 |
| Binary | 1110100 | 110111 | 1001111 | 0 | 110101 | 100000 | 110111 | 101010000 | 100100 | 100010 |
Color Harmonies of #74374F
Complementary color
Monochromatic Colors of #74374F
Black with #74374F
Text Example
Text Example
White with #74374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74374F; }
p { color: rgb(116,55,79); }
H1.HeaderClassName
{
color: #74374F;
}
.AnyTagClassName
{
color: #74374F;
}
</style>
background-color css
<style>
a { background-color: #74374F; }
a { background-color: rgb(116,55,79); }
div.DivClassName
{
background-color: #74374F;
}
.BgClassName
{
background-color: #74374F;
}
</style>
border-color css
<style>
span { border-color: #74374F; }
span { border-color: rgb(116,55,79); }
td.TdClassName
{
border-color: #74374F;
}
.TagClassName
{
border-color: #74374F;
}
</style>