Shades of Flirt #752C51
Tints of Flirt #752C51
RGB
CMYK
RGB Variations
Color information
#752C51 (or 0x752C51) is known color: Flirt. HEX triplet: 75, 2C and 51. RGB value is (117,44,81). Sum of RGB (Red+Green+Blue) = 117+44+81=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #752C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C51 is #8AD3AE. Grayscale: #454545. Windows color (decimal): -9098159 or 5319797. OLE color: 5319797.
HSL color Cylindrical-coordinate representation of color #752C51: hue angle of 329.59º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C51 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 81 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.54 |
| HSL | 329.59º | 0.45% | 0.32% | - |
| HSV(B) | 329.59º | 0.62% | 0.46% | - |
| XYZ | 9.72 | 6.18 | 8.46 | - |
| YUV | 70.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 81 | 0 | 0.62 | 0.31 | 0.54 | 329.59 | 0.45 | 0.32 |
| Hex | 75 | 2C | 51 | 0 | 3E | 1F | 36 | 14A | 2D | 20 |
| Octal | 165 | 54 | 121 | 0 | 76 | 37 | 66 | 512 | 55 | 40 |
| Binary | 1110101 | 101100 | 1010001 | 0 | 111110 | 11111 | 110110 | 101001010 | 101101 | 100000 |
Color Harmonies of #752C51
Complementary color
Monochromatic Colors of #752C51
Black with #752C51
Text Example
Text Example
White with #752C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C51; }
p { color: rgb(117,44,81); }
H1.HeaderClassName
{
color: #752C51;
}
.AnyTagClassName
{
color: #752C51;
}
</style>
background-color css
<style>
a { background-color: #752C51; }
a { background-color: rgb(117,44,81); }
div.DivClassName
{
background-color: #752C51;
}
.BgClassName
{
background-color: #752C51;
}
</style>
border-color css
<style>
span { border-color: #752C51; }
span { border-color: rgb(117,44,81); }
td.TdClassName
{
border-color: #752C51;
}
.TagClassName
{
border-color: #752C51;
}
</style>