Shades of Flirt #75364D
Tints of Flirt #75364D
RGB
CMYK
RGB Variations
Color information
#75364D (or 0x75364D) is known color: Flirt. HEX triplet: 75, 36 and 4D. RGB value is (117,54,77). Sum of RGB (Red+Green+Blue) = 117+54+77=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75364D is #8AC9B2. Grayscale: #4B4B4B. Windows color (decimal): -9095603 or 5060213. OLE color: 5060213.
HSL color Cylindrical-coordinate representation of color #75364D: hue angle of 338.1º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75364D is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 77 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.54 |
| HSL | 338.1º | 0.37% | 0.34% | - |
| HSV(B) | 338.1º | 0.54% | 0.46% | - |
| XYZ | 9.99 | 6.96 | 7.84 | - |
| YUV | 75.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 77 | 0 | 0.54 | 0.34 | 0.54 | 338.1 | 0.37 | 0.34 |
| Hex | 75 | 36 | 4D | 0 | 36 | 22 | 36 | 152 | 25 | 22 |
| Octal | 165 | 66 | 115 | 0 | 66 | 42 | 66 | 522 | 45 | 42 |
| Binary | 1110101 | 110110 | 1001101 | 0 | 110110 | 100010 | 110110 | 101010010 | 100101 | 100010 |
Color Harmonies of #75364D
Complementary color
Monochromatic Colors of #75364D
Black with #75364D
Text Example
Text Example
White with #75364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75364D; }
p { color: rgb(117,54,77); }
H1.HeaderClassName
{
color: #75364D;
}
.AnyTagClassName
{
color: #75364D;
}
</style>
background-color css
<style>
a { background-color: #75364D; }
a { background-color: rgb(117,54,77); }
div.DivClassName
{
background-color: #75364D;
}
.BgClassName
{
background-color: #75364D;
}
</style>
border-color css
<style>
span { border-color: #75364D; }
span { border-color: rgb(117,54,77); }
td.TdClassName
{
border-color: #75364D;
}
.TagClassName
{
border-color: #75364D;
}
</style>