Shades of Flirt #752A4C
Tints of Flirt #752A4C
RGB
CMYK
RGB Variations
Color information
#752A4C (or 0x752A4C) is known color: Flirt. HEX triplet: 75, 2A and 4C. RGB value is (117,42,76). Sum of RGB (Red+Green+Blue) = 117+42+76=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A4C is #8AD5B3. Grayscale: #444444. Windows color (decimal): -9098676 or 4991605. OLE color: 4991605.
HSL color Cylindrical-coordinate representation of color #752A4C: hue angle of 332.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A4C is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 76 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.54 |
| HSL | 332.8º | 0.47% | 0.31% | - |
| HSV(B) | 332.8º | 0.64% | 0.46% | - |
| XYZ | 9.47 | 5.96 | 7.49 | - |
| YUV | 68.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 76 | 0 | 0.64 | 0.35 | 0.54 | 332.8 | 0.47 | 0.31 |
| Hex | 75 | 2A | 4C | 0 | 40 | 23 | 36 | 14D | 2F | 1F |
| Octal | 165 | 52 | 114 | 0 | 100 | 43 | 66 | 515 | 57 | 37 |
| Binary | 1110101 | 101010 | 1001100 | 0 | 1000000 | 100011 | 110110 | 101001101 | 101111 | 11111 |
Color Harmonies of #752A4C
Complementary color
Monochromatic Colors of #752A4C
Black with #752A4C
Text Example
Text Example
White with #752A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A4C; }
p { color: rgb(117,42,76); }
H1.HeaderClassName
{
color: #752A4C;
}
.AnyTagClassName
{
color: #752A4C;
}
</style>
background-color css
<style>
a { background-color: #752A4C; }
a { background-color: rgb(117,42,76); }
div.DivClassName
{
background-color: #752A4C;
}
.BgClassName
{
background-color: #752A4C;
}
</style>
border-color css
<style>
span { border-color: #752A4C; }
span { border-color: rgb(117,42,76); }
td.TdClassName
{
border-color: #752A4C;
}
.TagClassName
{
border-color: #752A4C;
}
</style>