Shades of Flirt #752B54
Tints of Flirt #752B54
RGB
CMYK
RGB Variations
Color information
#752B54 (or 0x752B54) is known color: Flirt. HEX triplet: 75, 2B and 54. RGB value is (117,43,84). Sum of RGB (Red+Green+Blue) = 117+43+84=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #752B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B54 is #8AD4AB. Grayscale: #454545. Windows color (decimal): -9098412 or 5516149. OLE color: 5516149.
HSL color Cylindrical-coordinate representation of color #752B54: hue angle of 326.76º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B54 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 84 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.54 |
| HSL | 326.76º | 0.46% | 0.31% | - |
| HSV(B) | 326.76º | 0.63% | 0.46% | - |
| XYZ | 9.8 | 6.15 | 9.06 | - |
| YUV | 69.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 84 | 0 | 0.63 | 0.28 | 0.54 | 326.76 | 0.46 | 0.31 |
| Hex | 75 | 2B | 54 | 0 | 3F | 1C | 36 | 147 | 2E | 1F |
| Octal | 165 | 53 | 124 | 0 | 77 | 34 | 66 | 507 | 56 | 37 |
| Binary | 1110101 | 101011 | 1010100 | 0 | 111111 | 11100 | 110110 | 101000111 | 101110 | 11111 |
Color Harmonies of #752B54
Complementary color
Monochromatic Colors of #752B54
Black with #752B54
Text Example
Text Example
White with #752B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B54; }
p { color: rgb(117,43,84); }
H1.HeaderClassName
{
color: #752B54;
}
.AnyTagClassName
{
color: #752B54;
}
</style>
background-color css
<style>
a { background-color: #752B54; }
a { background-color: rgb(117,43,84); }
div.DivClassName
{
background-color: #752B54;
}
.BgClassName
{
background-color: #752B54;
}
</style>
border-color css
<style>
span { border-color: #752B54; }
span { border-color: rgb(117,43,84); }
td.TdClassName
{
border-color: #752B54;
}
.TagClassName
{
border-color: #752B54;
}
</style>