Shades of Flirt #752C48
Tints of Flirt #752C48
RGB
CMYK
RGB Variations
Color information
#752C48 (or 0x752C48) is known color: Flirt. HEX triplet: 75, 2C and 48. RGB value is (117,44,72). Sum of RGB (Red+Green+Blue) = 117+44+72=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C48 is #8AD3B7. Grayscale: #444444. Windows color (decimal): -9098168 or 4729973. OLE color: 4729973.
HSL color Cylindrical-coordinate representation of color #752C48: hue angle of 336.99º 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 #752C48 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 72 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.54 |
| HSL | 336.99º | 0.45% | 0.32% | - |
| HSV(B) | 336.99º | 0.62% | 0.46% | - |
| XYZ | 9.41 | 6.05 | 6.8 | - |
| YUV | 69.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 72 | 0 | 0.62 | 0.38 | 0.54 | 336.99 | 0.45 | 0.32 |
| Hex | 75 | 2C | 48 | 0 | 3E | 26 | 36 | 151 | 2D | 20 |
| Octal | 165 | 54 | 110 | 0 | 76 | 46 | 66 | 521 | 55 | 40 |
| Binary | 1110101 | 101100 | 1001000 | 0 | 111110 | 100110 | 110110 | 101010001 | 101101 | 100000 |
Color Harmonies of #752C48
Complementary color
Monochromatic Colors of #752C48
Black with #752C48
Text Example
Text Example
White with #752C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C48; }
p { color: rgb(117,44,72); }
H1.HeaderClassName
{
color: #752C48;
}
.AnyTagClassName
{
color: #752C48;
}
</style>
background-color css
<style>
a { background-color: #752C48; }
a { background-color: rgb(117,44,72); }
div.DivClassName
{
background-color: #752C48;
}
.BgClassName
{
background-color: #752C48;
}
</style>
border-color css
<style>
span { border-color: #752C48; }
span { border-color: rgb(117,44,72); }
td.TdClassName
{
border-color: #752C48;
}
.TagClassName
{
border-color: #752C48;
}
</style>