Shades of Flirt #75375E
Tints of Flirt #75375E
RGB
CMYK
RGB Variations
Color information
#75375E (or 0x75375E) is known color: Flirt. HEX triplet: 75, 37 and 5E. RGB value is (117,55,94). Sum of RGB (Red+Green+Blue) = 117+55+94=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75375E is #8AC8A1. Grayscale: #4D4D4D. Windows color (decimal): -9095330 or 6174581. OLE color: 6174581.
HSL color Cylindrical-coordinate representation of color #75375E: hue angle of 322.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75375E is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 94 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.54 |
| HSL | 322.26º | 0.36% | 0.34% | - |
| HSV(B) | 322.26º | 0.53% | 0.46% | - |
| XYZ | 10.72 | 7.32 | 11.44 | - |
| YUV | 77.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 94 | 0 | 0.53 | 0.20 | 0.54 | 322.26 | 0.36 | 0.34 |
| Hex | 75 | 37 | 5E | 0 | 35 | 14 | 36 | 142 | 24 | 22 |
| Octal | 165 | 67 | 136 | 0 | 65 | 24 | 66 | 502 | 44 | 42 |
| Binary | 1110101 | 110111 | 1011110 | 0 | 110101 | 10100 | 110110 | 101000010 | 100100 | 100010 |
Color Harmonies of #75375E
Complementary color
Monochromatic Colors of #75375E
Black with #75375E
Text Example
Text Example
White with #75375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75375E; }
p { color: rgb(117,55,94); }
H1.HeaderClassName
{
color: #75375E;
}
.AnyTagClassName
{
color: #75375E;
}
</style>
background-color css
<style>
a { background-color: #75375E; }
a { background-color: rgb(117,55,94); }
div.DivClassName
{
background-color: #75375E;
}
.BgClassName
{
background-color: #75375E;
}
</style>
border-color css
<style>
span { border-color: #75375E; }
span { border-color: rgb(117,55,94); }
td.TdClassName
{
border-color: #75375E;
}
.TagClassName
{
border-color: #75375E;
}
</style>