Shades of Flirt #752A44
Tints of Flirt #752A44
RGB
CMYK
RGB Variations
Color information
#752A44 (or 0x752A44) is known color: Flirt. HEX triplet: 75, 2A and 44. RGB value is (117,42,68). Sum of RGB (Red+Green+Blue) = 117+42+68=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #752A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A44 is #8AD5BB. Grayscale: #434343. Windows color (decimal): -9098684 or 4467317. OLE color: 4467317.
HSL color Cylindrical-coordinate representation of color #752A44: hue angle of 339.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A44 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 68 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.54 |
| HSL | 339.2º | 0.47% | 0.31% | - |
| HSV(B) | 339.2º | 0.64% | 0.46% | - |
| XYZ | 9.21 | 5.86 | 6.11 | - |
| YUV | 67.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 68 | 0 | 0.64 | 0.42 | 0.54 | 339.2 | 0.47 | 0.31 |
| Hex | 75 | 2A | 44 | 0 | 40 | 2A | 36 | 153 | 2F | 1F |
| Octal | 165 | 52 | 104 | 0 | 100 | 52 | 66 | 523 | 57 | 37 |
| Binary | 1110101 | 101010 | 1000100 | 0 | 1000000 | 101010 | 110110 | 101010011 | 101111 | 11111 |
Color Harmonies of #752A44
Complementary color
Monochromatic Colors of #752A44
Black with #752A44
Text Example
Text Example
White with #752A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A44; }
p { color: rgb(117,42,68); }
H1.HeaderClassName
{
color: #752A44;
}
.AnyTagClassName
{
color: #752A44;
}
</style>
background-color css
<style>
a { background-color: #752A44; }
a { background-color: rgb(117,42,68); }
div.DivClassName
{
background-color: #752A44;
}
.BgClassName
{
background-color: #752A44;
}
</style>
border-color css
<style>
span { border-color: #752A44; }
span { border-color: rgb(117,42,68); }
td.TdClassName
{
border-color: #752A44;
}
.TagClassName
{
border-color: #752A44;
}
</style>