Shades of Flirt #75375D
Tints of Flirt #75375D
RGB
CMYK
RGB Variations
Color information
#75375D (or 0x75375D) is known color: Flirt. HEX triplet: 75, 37 and 5D. RGB value is (117,55,93). Sum of RGB (Red+Green+Blue) = 117+55+93=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75375D is #8AC8A2. Grayscale: #4D4D4D. Windows color (decimal): -9095331 or 6109045. OLE color: 6109045.
HSL color Cylindrical-coordinate representation of color #75375D: hue angle of 323.23º 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 #75375D is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 93 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.54 |
| HSL | 323.23º | 0.36% | 0.34% | - |
| HSV(B) | 323.23º | 0.53% | 0.46% | - |
| XYZ | 10.68 | 7.3 | 11.2 | - |
| YUV | 77.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 93 | 0 | 0.53 | 0.21 | 0.54 | 323.23 | 0.36 | 0.34 |
| Hex | 75 | 37 | 5D | 0 | 35 | 15 | 36 | 143 | 24 | 22 |
| Octal | 165 | 67 | 135 | 0 | 65 | 25 | 66 | 503 | 44 | 42 |
| Binary | 1110101 | 110111 | 1011101 | 0 | 110101 | 10101 | 110110 | 101000011 | 100100 | 100010 |
Color Harmonies of #75375D
Complementary color
Monochromatic Colors of #75375D
Black with #75375D
Text Example
Text Example
White with #75375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75375D; }
p { color: rgb(117,55,93); }
H1.HeaderClassName
{
color: #75375D;
}
.AnyTagClassName
{
color: #75375D;
}
</style>
background-color css
<style>
a { background-color: #75375D; }
a { background-color: rgb(117,55,93); }
div.DivClassName
{
background-color: #75375D;
}
.BgClassName
{
background-color: #75375D;
}
</style>
border-color css
<style>
span { border-color: #75375D; }
span { border-color: rgb(117,55,93); }
td.TdClassName
{
border-color: #75375D;
}
.TagClassName
{
border-color: #75375D;
}
</style>