Shades of Flirt #75344E
Tints of Flirt #75344E
RGB
CMYK
RGB Variations
Color information
#75344E (or 0x75344E) is known color: Flirt. HEX triplet: 75, 34 and 4E. RGB value is (117,52,78). Sum of RGB (Red+Green+Blue) = 117+52+78=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75344E is #8ACBB1. Grayscale: #4A4A4A. Windows color (decimal): -9096114 or 5125237. OLE color: 5125237.
HSL color Cylindrical-coordinate representation of color #75344E: hue angle of 336º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75344E is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 52 | 78 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.54 |
| HSL | 336º | 0.38% | 0.33% | - |
| HSV(B) | 336º | 0.56% | 0.46% | - |
| XYZ | 9.94 | 6.79 | 7.99 | - |
| YUV | 74.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 78 | 0 | 0.56 | 0.33 | 0.54 | 336 | 0.38 | 0.33 |
| Hex | 75 | 34 | 4E | 0 | 38 | 21 | 36 | 150 | 26 | 21 |
| Octal | 165 | 64 | 116 | 0 | 70 | 41 | 66 | 520 | 46 | 41 |
| Binary | 1110101 | 110100 | 1001110 | 0 | 111000 | 100001 | 110110 | 101010000 | 100110 | 100001 |
Color Harmonies of #75344E
Complementary color
Monochromatic Colors of #75344E
Black with #75344E
Text Example
Text Example
White with #75344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75344E; }
p { color: rgb(117,52,78); }
H1.HeaderClassName
{
color: #75344E;
}
.AnyTagClassName
{
color: #75344E;
}
</style>
background-color css
<style>
a { background-color: #75344E; }
a { background-color: rgb(117,52,78); }
div.DivClassName
{
background-color: #75344E;
}
.BgClassName
{
background-color: #75344E;
}
</style>
border-color css
<style>
span { border-color: #75344E; }
span { border-color: rgb(117,52,78); }
td.TdClassName
{
border-color: #75344E;
}
.TagClassName
{
border-color: #75344E;
}
</style>