Shades of Flirt #752B50
Tints of Flirt #752B50
RGB
CMYK
RGB Variations
Color information
#752B50 (or 0x752B50) is known color: Flirt. HEX triplet: 75, 2B and 50. RGB value is (117,43,80). Sum of RGB (Red+Green+Blue) = 117+43+80=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #752B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B50 is #8AD4AF. Grayscale: #454545. Windows color (decimal): -9098416 or 5254005. OLE color: 5254005.
HSL color Cylindrical-coordinate representation of color #752B50: hue angle of 330º 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 #752B50 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 80 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.54 |
| HSL | 330º | 0.46% | 0.31% | - |
| HSV(B) | 330º | 0.63% | 0.46% | - |
| XYZ | 9.65 | 6.09 | 8.26 | - |
| YUV | 69.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 80 | 0 | 0.63 | 0.32 | 0.54 | 330 | 0.46 | 0.31 |
| Hex | 75 | 2B | 50 | 0 | 3F | 20 | 36 | 14A | 2E | 1F |
| Octal | 165 | 53 | 120 | 0 | 77 | 40 | 66 | 512 | 56 | 37 |
| Binary | 1110101 | 101011 | 1010000 | 0 | 111111 | 100000 | 110110 | 101001010 | 101110 | 11111 |
Color Harmonies of #752B50
Complementary color
Monochromatic Colors of #752B50
Black with #752B50
Text Example
Text Example
White with #752B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B50; }
p { color: rgb(117,43,80); }
H1.HeaderClassName
{
color: #752B50;
}
.AnyTagClassName
{
color: #752B50;
}
</style>
background-color css
<style>
a { background-color: #752B50; }
a { background-color: rgb(117,43,80); }
div.DivClassName
{
background-color: #752B50;
}
.BgClassName
{
background-color: #752B50;
}
</style>
border-color css
<style>
span { border-color: #752B50; }
span { border-color: rgb(117,43,80); }
td.TdClassName
{
border-color: #752B50;
}
.TagClassName
{
border-color: #752B50;
}
</style>