Shades of Flirt #752A47
Tints of Flirt #752A47
RGB
CMYK
RGB Variations
Color information
#752A47 (or 0x752A47) is known color: Flirt. HEX triplet: 75, 2A and 47. RGB value is (117,42,71). Sum of RGB (Red+Green+Blue) = 117+42+71=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #752A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A47 is #8AD5B8. Grayscale: #434343. Windows color (decimal): -9098681 or 4663925. OLE color: 4663925.
HSL color Cylindrical-coordinate representation of color #752A47: hue angle of 336.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 #752A47 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 71 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.54 |
| HSL | 336.8º | 0.47% | 0.31% | - |
| HSV(B) | 336.8º | 0.64% | 0.46% | - |
| XYZ | 9.3 | 5.89 | 6.61 | - |
| YUV | 67.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 71 | 0 | 0.64 | 0.39 | 0.54 | 336.8 | 0.47 | 0.31 |
| Hex | 75 | 2A | 47 | 0 | 40 | 27 | 36 | 151 | 2F | 1F |
| Octal | 165 | 52 | 107 | 0 | 100 | 47 | 66 | 521 | 57 | 37 |
| Binary | 1110101 | 101010 | 1000111 | 0 | 1000000 | 100111 | 110110 | 101010001 | 101111 | 11111 |
Color Harmonies of #752A47
Complementary color
Monochromatic Colors of #752A47
Black with #752A47
Text Example
Text Example
White with #752A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A47; }
p { color: rgb(117,42,71); }
H1.HeaderClassName
{
color: #752A47;
}
.AnyTagClassName
{
color: #752A47;
}
</style>
background-color css
<style>
a { background-color: #752A47; }
a { background-color: rgb(117,42,71); }
div.DivClassName
{
background-color: #752A47;
}
.BgClassName
{
background-color: #752A47;
}
</style>
border-color css
<style>
span { border-color: #752A47; }
span { border-color: rgb(117,42,71); }
td.TdClassName
{
border-color: #752A47;
}
.TagClassName
{
border-color: #752A47;
}
</style>