Shades of Flirt #752C43
Tints of Flirt #752C43
RGB
CMYK
RGB Variations
Color information
#752C43 (or 0x752C43) is known color: Flirt. HEX triplet: 75, 2C and 43. RGB value is (117,44,67). Sum of RGB (Red+Green+Blue) = 117+44+67=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #752C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C43 is #8AD3BC. Grayscale: #444444. Windows color (decimal): -9098173 or 4402293. OLE color: 4402293.
HSL color Cylindrical-coordinate representation of color #752C43: hue angle of 341.1º 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 #752C43 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 67 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.54 |
| HSL | 341.1º | 0.45% | 0.32% | - |
| HSV(B) | 341.1º | 0.62% | 0.46% | - |
| XYZ | 9.25 | 5.99 | 5.98 | - |
| YUV | 68.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 67 | 0 | 0.62 | 0.43 | 0.54 | 341.1 | 0.45 | 0.32 |
| Hex | 75 | 2C | 43 | 0 | 3E | 2B | 36 | 155 | 2D | 20 |
| Octal | 165 | 54 | 103 | 0 | 76 | 53 | 66 | 525 | 55 | 40 |
| Binary | 1110101 | 101100 | 1000011 | 0 | 111110 | 101011 | 110110 | 101010101 | 101101 | 100000 |
Color Harmonies of #752C43
Complementary color
Monochromatic Colors of #752C43
Black with #752C43
Text Example
Text Example
White with #752C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C43; }
p { color: rgb(117,44,67); }
H1.HeaderClassName
{
color: #752C43;
}
.AnyTagClassName
{
color: #752C43;
}
</style>
background-color css
<style>
a { background-color: #752C43; }
a { background-color: rgb(117,44,67); }
div.DivClassName
{
background-color: #752C43;
}
.BgClassName
{
background-color: #752C43;
}
</style>
border-color css
<style>
span { border-color: #752C43; }
span { border-color: rgb(117,44,67); }
td.TdClassName
{
border-color: #752C43;
}
.TagClassName
{
border-color: #752C43;
}
</style>