Shades of Flirt #752B51
Tints of Flirt #752B51
RGB
CMYK
RGB Variations
Color information
#752B51 (or 0x752B51) is known color: Flirt. HEX triplet: 75, 2B and 51. RGB value is (117,43,81). Sum of RGB (Red+Green+Blue) = 117+43+81=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #752B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B51 is #8AD4AE. Grayscale: #454545. Windows color (decimal): -9098415 or 5319541. OLE color: 5319541.
HSL color Cylindrical-coordinate representation of color #752B51: hue angle of 329.19º 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 #752B51 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 81 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.54 |
| HSL | 329.19º | 0.46% | 0.31% | - |
| HSV(B) | 329.19º | 0.63% | 0.46% | - |
| XYZ | 9.69 | 6.1 | 8.45 | - |
| YUV | 69.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 81 | 0 | 0.63 | 0.31 | 0.54 | 329.19 | 0.46 | 0.31 |
| Hex | 75 | 2B | 51 | 0 | 3F | 1F | 36 | 149 | 2E | 1F |
| Octal | 165 | 53 | 121 | 0 | 77 | 37 | 66 | 511 | 56 | 37 |
| Binary | 1110101 | 101011 | 1010001 | 0 | 111111 | 11111 | 110110 | 101001001 | 101110 | 11111 |
Color Harmonies of #752B51
Complementary color
Monochromatic Colors of #752B51
Black with #752B51
Text Example
Text Example
White with #752B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B51; }
p { color: rgb(117,43,81); }
H1.HeaderClassName
{
color: #752B51;
}
.AnyTagClassName
{
color: #752B51;
}
</style>
background-color css
<style>
a { background-color: #752B51; }
a { background-color: rgb(117,43,81); }
div.DivClassName
{
background-color: #752B51;
}
.BgClassName
{
background-color: #752B51;
}
</style>
border-color css
<style>
span { border-color: #752B51; }
span { border-color: rgb(117,43,81); }
td.TdClassName
{
border-color: #752B51;
}
.TagClassName
{
border-color: #752B51;
}
</style>