Shades of Flirt #75364C
Tints of Flirt #75364C
RGB
CMYK
RGB Variations
Color information
#75364C (or 0x75364C) is known color: Flirt. HEX triplet: 75, 36 and 4C. RGB value is (117,54,76). Sum of RGB (Red+Green+Blue) = 117+54+76=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75364C is #8AC9B3. Grayscale: #4B4B4B. Windows color (decimal): -9095604 or 4994677. OLE color: 4994677.
HSL color Cylindrical-coordinate representation of color #75364C: hue angle of 339.05º 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 #75364C is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 76 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.54 |
| HSL | 339.05º | 0.37% | 0.34% | - |
| HSV(B) | 339.05º | 0.54% | 0.46% | - |
| XYZ | 9.96 | 6.94 | 7.65 | - |
| YUV | 75.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 76 | 0 | 0.54 | 0.35 | 0.54 | 339.05 | 0.37 | 0.34 |
| Hex | 75 | 36 | 4C | 0 | 36 | 23 | 36 | 153 | 25 | 22 |
| Octal | 165 | 66 | 114 | 0 | 66 | 43 | 66 | 523 | 45 | 42 |
| Binary | 1110101 | 110110 | 1001100 | 0 | 110110 | 100011 | 110110 | 101010011 | 100101 | 100010 |
Color Harmonies of #75364C
Complementary color
Monochromatic Colors of #75364C
Black with #75364C
Text Example
Text Example
White with #75364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75364C; }
p { color: rgb(117,54,76); }
H1.HeaderClassName
{
color: #75364C;
}
.AnyTagClassName
{
color: #75364C;
}
</style>
background-color css
<style>
a { background-color: #75364C; }
a { background-color: rgb(117,54,76); }
div.DivClassName
{
background-color: #75364C;
}
.BgClassName
{
background-color: #75364C;
}
</style>
border-color css
<style>
span { border-color: #75364C; }
span { border-color: rgb(117,54,76); }
td.TdClassName
{
border-color: #75364C;
}
.TagClassName
{
border-color: #75364C;
}
</style>