Shades of Flirt #752B49
Tints of Flirt #752B49
RGB
CMYK
RGB Variations
Color information
#752B49 (or 0x752B49) is known color: Flirt. HEX triplet: 75, 2B and 49. RGB value is (117,43,73). Sum of RGB (Red+Green+Blue) = 117+43+73=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B49 is #8AD4B6. Grayscale: #444444. Windows color (decimal): -9098423 or 4795253. OLE color: 4795253.
HSL color Cylindrical-coordinate representation of color #752B49: hue angle of 335.68º 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 #752B49 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 73 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.54 |
| HSL | 335.68º | 0.46% | 0.31% | - |
| HSV(B) | 335.68º | 0.63% | 0.46% | - |
| XYZ | 9.4 | 5.99 | 6.96 | - |
| YUV | 68.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 73 | 0 | 0.63 | 0.38 | 0.54 | 335.68 | 0.46 | 0.31 |
| Hex | 75 | 2B | 49 | 0 | 3F | 26 | 36 | 150 | 2E | 1F |
| Octal | 165 | 53 | 111 | 0 | 77 | 46 | 66 | 520 | 56 | 37 |
| Binary | 1110101 | 101011 | 1001001 | 0 | 111111 | 100110 | 110110 | 101010000 | 101110 | 11111 |
Color Harmonies of #752B49
Complementary color
Monochromatic Colors of #752B49
Black with #752B49
Text Example
Text Example
White with #752B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B49; }
p { color: rgb(117,43,73); }
H1.HeaderClassName
{
color: #752B49;
}
.AnyTagClassName
{
color: #752B49;
}
</style>
background-color css
<style>
a { background-color: #752B49; }
a { background-color: rgb(117,43,73); }
div.DivClassName
{
background-color: #752B49;
}
.BgClassName
{
background-color: #752B49;
}
</style>
border-color css
<style>
span { border-color: #752B49; }
span { border-color: rgb(117,43,73); }
td.TdClassName
{
border-color: #752B49;
}
.TagClassName
{
border-color: #752B49;
}
</style>