Shades of Flirt #732D4C
Tints of Flirt #732D4C
RGB
CMYK
RGB Variations
Color information
#732D4C (or 0x732D4C) is known color: Flirt. HEX triplet: 73, 2D and 4C. RGB value is (115,45,76). Sum of RGB (Red+Green+Blue) = 115+45+76=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #732D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D4C is #8CD2B3. Grayscale: #454545. Windows color (decimal): -9228980 or 4992371. OLE color: 4992371.
HSL color Cylindrical-coordinate representation of color #732D4C: hue angle of 333.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D4C is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 76 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.55 |
| HSL | 333.43º | 0.44% | 0.31% | - |
| HSV(B) | 333.43º | 0.61% | 0.45% | - |
| XYZ | 9.31 | 6.04 | 7.51 | - |
| YUV | 69.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 76 | 0 | 0.61 | 0.34 | 0.55 | 333.43 | 0.44 | 0.31 |
| Hex | 73 | 2D | 4C | 0 | 3D | 22 | 37 | 14D | 2C | 1F |
| Octal | 163 | 55 | 114 | 0 | 75 | 42 | 67 | 515 | 54 | 37 |
| Binary | 1110011 | 101101 | 1001100 | 0 | 111101 | 100010 | 110111 | 101001101 | 101100 | 11111 |
Color Harmonies of #732D4C
Complementary color
Monochromatic Colors of #732D4C
Black with #732D4C
Text Example
Text Example
White with #732D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D4C; }
p { color: rgb(115,45,76); }
H1.HeaderClassName
{
color: #732D4C;
}
.AnyTagClassName
{
color: #732D4C;
}
</style>
background-color css
<style>
a { background-color: #732D4C; }
a { background-color: rgb(115,45,76); }
div.DivClassName
{
background-color: #732D4C;
}
.BgClassName
{
background-color: #732D4C;
}
</style>
border-color css
<style>
span { border-color: #732D4C; }
span { border-color: rgb(115,45,76); }
td.TdClassName
{
border-color: #732D4C;
}
.TagClassName
{
border-color: #732D4C;
}
</style>