Shades of Flirt #74375C
Tints of Flirt #74375C
RGB
CMYK
RGB Variations
Color information
#74375C (or 0x74375C) is known color: Flirt. HEX triplet: 74, 37 and 5C. RGB value is (116,55,92). Sum of RGB (Red+Green+Blue) = 116+55+92=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74375C is #8BC8A3. Grayscale: #4D4D4D. Windows color (decimal): -9160868 or 6043508. OLE color: 6043508.
HSL color Cylindrical-coordinate representation of color #74375C: hue angle of 323.61º 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 #74375C is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 92 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.55 |
| HSL | 323.61º | 0.36% | 0.34% | - |
| HSV(B) | 323.61º | 0.53% | 0.45% | - |
| XYZ | 10.5 | 7.22 | 10.97 | - |
| YUV | 77.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 92 | 0 | 0.53 | 0.21 | 0.55 | 323.61 | 0.36 | 0.34 |
| Hex | 74 | 37 | 5C | 0 | 35 | 15 | 37 | 144 | 24 | 22 |
| Octal | 164 | 67 | 134 | 0 | 65 | 25 | 67 | 504 | 44 | 42 |
| Binary | 1110100 | 110111 | 1011100 | 0 | 110101 | 10101 | 110111 | 101000100 | 100100 | 100010 |
Color Harmonies of #74375C
Complementary color
Monochromatic Colors of #74375C
Black with #74375C
Text Example
Text Example
White with #74375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74375C; }
p { color: rgb(116,55,92); }
H1.HeaderClassName
{
color: #74375C;
}
.AnyTagClassName
{
color: #74375C;
}
</style>
background-color css
<style>
a { background-color: #74375C; }
a { background-color: rgb(116,55,92); }
div.DivClassName
{
background-color: #74375C;
}
.BgClassName
{
background-color: #74375C;
}
</style>
border-color css
<style>
span { border-color: #74375C; }
span { border-color: rgb(116,55,92); }
td.TdClassName
{
border-color: #74375C;
}
.TagClassName
{
border-color: #74375C;
}
</style>