Shades of Flirt #75354C
Tints of Flirt #75354C
RGB
CMYK
RGB Variations
Color information
#75354C (or 0x75354C) is known color: Flirt. HEX triplet: 75, 35 and 4C. RGB value is (117,53,76). Sum of RGB (Red+Green+Blue) = 117+53+76=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75354C is #8ACAB3. Grayscale: #4A4A4A. Windows color (decimal): -9095860 or 4994421. OLE color: 4994421.
HSL color Cylindrical-coordinate representation of color #75354C: hue angle of 338.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75354C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 76 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.54 |
| HSL | 338.44º | 0.38% | 0.33% | - |
| HSV(B) | 338.44º | 0.55% | 0.46% | - |
| XYZ | 9.91 | 6.85 | 7.64 | - |
| YUV | 74.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 76 | 0 | 0.55 | 0.35 | 0.54 | 338.44 | 0.38 | 0.33 |
| Hex | 75 | 35 | 4C | 0 | 37 | 23 | 36 | 152 | 26 | 21 |
| Octal | 165 | 65 | 114 | 0 | 67 | 43 | 66 | 522 | 46 | 41 |
| Binary | 1110101 | 110101 | 1001100 | 0 | 110111 | 100011 | 110110 | 101010010 | 100110 | 100001 |
Color Harmonies of #75354C
Complementary color
Monochromatic Colors of #75354C
Black with #75354C
Text Example
Text Example
White with #75354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75354C; }
p { color: rgb(117,53,76); }
H1.HeaderClassName
{
color: #75354C;
}
.AnyTagClassName
{
color: #75354C;
}
</style>
background-color css
<style>
a { background-color: #75354C; }
a { background-color: rgb(117,53,76); }
div.DivClassName
{
background-color: #75354C;
}
.BgClassName
{
background-color: #75354C;
}
</style>
border-color css
<style>
span { border-color: #75354C; }
span { border-color: rgb(117,53,76); }
td.TdClassName
{
border-color: #75354C;
}
.TagClassName
{
border-color: #75354C;
}
</style>