Shades of Flirt #74304C
Tints of Flirt #74304C
RGB
CMYK
RGB Variations
Color information
#74304C (or 0x74304C) is known color: Flirt. HEX triplet: 74, 30 and 4C. RGB value is (116,48,76). Sum of RGB (Red+Green+Blue) = 116+48+76=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #74304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74304C is #8BCFB3. Grayscale: #474747. Windows color (decimal): -9162676 or 4993140. OLE color: 4993140.
HSL color Cylindrical-coordinate representation of color #74304C: hue angle of 335.29º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74304C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 48 | 76 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.55 |
| HSL | 335.29º | 0.41% | 0.32% | - |
| HSV(B) | 335.29º | 0.59% | 0.45% | - |
| XYZ | 9.56 | 6.35 | 7.56 | - |
| YUV | 71.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 76 | 0 | 0.59 | 0.34 | 0.55 | 335.29 | 0.41 | 0.32 |
| Hex | 74 | 30 | 4C | 0 | 3B | 22 | 37 | 14F | 29 | 20 |
| Octal | 164 | 60 | 114 | 0 | 73 | 42 | 67 | 517 | 51 | 40 |
| Binary | 1110100 | 110000 | 1001100 | 0 | 111011 | 100010 | 110111 | 101001111 | 101001 | 100000 |
Color Harmonies of #74304C
Complementary color
Monochromatic Colors of #74304C
Black with #74304C
Text Example
Text Example
White with #74304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74304C; }
p { color: rgb(116,48,76); }
H1.HeaderClassName
{
color: #74304C;
}
.AnyTagClassName
{
color: #74304C;
}
</style>
background-color css
<style>
a { background-color: #74304C; }
a { background-color: rgb(116,48,76); }
div.DivClassName
{
background-color: #74304C;
}
.BgClassName
{
background-color: #74304C;
}
</style>
border-color css
<style>
span { border-color: #74304C; }
span { border-color: rgb(116,48,76); }
td.TdClassName
{
border-color: #74304C;
}
.TagClassName
{
border-color: #74304C;
}
</style>