Shades of Flirt #74314F
Tints of Flirt #74314F
RGB
CMYK
RGB Variations
Color information
#74314F (or 0x74314F) is known color: Flirt. HEX triplet: 74, 31 and 4F. RGB value is (116,49,79). Sum of RGB (Red+Green+Blue) = 116+49+79=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74314F is #8BCEB0. Grayscale: #484848. Windows color (decimal): -9162417 or 5190004. OLE color: 5190004.
HSL color Cylindrical-coordinate representation of color #74314F: hue angle of 333.13º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74314F is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 49 | 79 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.55 |
| HSL | 333.13º | 0.41% | 0.32% | - |
| HSV(B) | 333.13º | 0.58% | 0.45% | - |
| XYZ | 9.71 | 6.47 | 8.13 | - |
| YUV | 72.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 79 | 0 | 0.58 | 0.32 | 0.55 | 333.13 | 0.41 | 0.32 |
| Hex | 74 | 31 | 4F | 0 | 3A | 20 | 37 | 14D | 29 | 20 |
| Octal | 164 | 61 | 117 | 0 | 72 | 40 | 67 | 515 | 51 | 40 |
| Binary | 1110100 | 110001 | 1001111 | 0 | 111010 | 100000 | 110111 | 101001101 | 101001 | 100000 |
Color Harmonies of #74314F
Complementary color
Monochromatic Colors of #74314F
Black with #74314F
Text Example
Text Example
White with #74314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74314F; }
p { color: rgb(116,49,79); }
H1.HeaderClassName
{
color: #74314F;
}
.AnyTagClassName
{
color: #74314F;
}
</style>
background-color css
<style>
a { background-color: #74314F; }
a { background-color: rgb(116,49,79); }
div.DivClassName
{
background-color: #74314F;
}
.BgClassName
{
background-color: #74314F;
}
</style>
border-color css
<style>
span { border-color: #74314F; }
span { border-color: rgb(116,49,79); }
td.TdClassName
{
border-color: #74314F;
}
.TagClassName
{
border-color: #74314F;
}
</style>