Shades of Flirt #752B4F
Tints of Flirt #752B4F
RGB
CMYK
RGB Variations
Color information
#752B4F (or 0x752B4F) is known color: Flirt. HEX triplet: 75, 2B and 4F. RGB value is (117,43,79). Sum of RGB (Red+Green+Blue) = 117+43+79=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #752B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B4F is #8AD4B0. Grayscale: #454545. Windows color (decimal): -9098417 or 5188469. OLE color: 5188469.
HSL color Cylindrical-coordinate representation of color #752B4F: hue angle of 330.81º 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 #752B4F is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 79 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.54 |
| HSL | 330.81º | 0.46% | 0.31% | - |
| HSV(B) | 330.81º | 0.63% | 0.46% | - |
| XYZ | 9.61 | 6.07 | 8.06 | - |
| YUV | 69.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 79 | 0 | 0.63 | 0.32 | 0.54 | 330.81 | 0.46 | 0.31 |
| Hex | 75 | 2B | 4F | 0 | 3F | 20 | 36 | 14B | 2E | 1F |
| Octal | 165 | 53 | 117 | 0 | 77 | 40 | 66 | 513 | 56 | 37 |
| Binary | 1110101 | 101011 | 1001111 | 0 | 111111 | 100000 | 110110 | 101001011 | 101110 | 11111 |
Color Harmonies of #752B4F
Complementary color
Monochromatic Colors of #752B4F
Black with #752B4F
Text Example
Text Example
White with #752B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B4F; }
p { color: rgb(117,43,79); }
H1.HeaderClassName
{
color: #752B4F;
}
.AnyTagClassName
{
color: #752B4F;
}
</style>
background-color css
<style>
a { background-color: #752B4F; }
a { background-color: rgb(117,43,79); }
div.DivClassName
{
background-color: #752B4F;
}
.BgClassName
{
background-color: #752B4F;
}
</style>
border-color css
<style>
span { border-color: #752B4F; }
span { border-color: rgb(117,43,79); }
td.TdClassName
{
border-color: #752B4F;
}
.TagClassName
{
border-color: #752B4F;
}
</style>