Shades of Flirt #752B44
Tints of Flirt #752B44
RGB
CMYK
RGB Variations
Color information
#752B44 (or 0x752B44) is known color: Flirt. HEX triplet: 75, 2B and 44. RGB value is (117,43,68). Sum of RGB (Red+Green+Blue) = 117+43+68=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #752B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B44 is #8AD4BB. Grayscale: #434343. Windows color (decimal): -9098428 or 4467573. OLE color: 4467573.
HSL color Cylindrical-coordinate representation of color #752B44: hue angle of 339.73º 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 #752B44 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 68 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.54 |
| HSL | 339.73º | 0.46% | 0.31% | - |
| HSV(B) | 339.73º | 0.63% | 0.46% | - |
| XYZ | 9.24 | 5.93 | 6.13 | - |
| YUV | 67.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 68 | 0 | 0.63 | 0.42 | 0.54 | 339.73 | 0.46 | 0.31 |
| Hex | 75 | 2B | 44 | 0 | 3F | 2A | 36 | 154 | 2E | 1F |
| Octal | 165 | 53 | 104 | 0 | 77 | 52 | 66 | 524 | 56 | 37 |
| Binary | 1110101 | 101011 | 1000100 | 0 | 111111 | 101010 | 110110 | 101010100 | 101110 | 11111 |
Color Harmonies of #752B44
Complementary color
Monochromatic Colors of #752B44
Black with #752B44
Text Example
Text Example
White with #752B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B44; }
p { color: rgb(117,43,68); }
H1.HeaderClassName
{
color: #752B44;
}
.AnyTagClassName
{
color: #752B44;
}
</style>
background-color css
<style>
a { background-color: #752B44; }
a { background-color: rgb(117,43,68); }
div.DivClassName
{
background-color: #752B44;
}
.BgClassName
{
background-color: #752B44;
}
</style>
border-color css
<style>
span { border-color: #752B44; }
span { border-color: rgb(117,43,68); }
td.TdClassName
{
border-color: #752B44;
}
.TagClassName
{
border-color: #752B44;
}
</style>