Shades of Flirt #732D52
Tints of Flirt #732D52
RGB
CMYK
RGB Variations
Color information
#732D52 (or 0x732D52) is known color: Flirt. HEX triplet: 73, 2D and 52. RGB value is (115,45,82). Sum of RGB (Red+Green+Blue) = 115+45+82=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #732D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D52 is #8CD2AD. Grayscale: #464646. Windows color (decimal): -9228974 or 5385587. OLE color: 5385587.
HSL color Cylindrical-coordinate representation of color #732D52: hue angle of 328.29º 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 #732D52 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 82 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.55 |
| HSL | 328.29º | 0.44% | 0.31% | - |
| HSV(B) | 328.29º | 0.61% | 0.45% | - |
| XYZ | 9.53 | 6.13 | 8.66 | - |
| YUV | 70.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 82 | 0 | 0.61 | 0.29 | 0.55 | 328.29 | 0.44 | 0.31 |
| Hex | 73 | 2D | 52 | 0 | 3D | 1D | 37 | 148 | 2C | 1F |
| Octal | 163 | 55 | 122 | 0 | 75 | 35 | 67 | 510 | 54 | 37 |
| Binary | 1110011 | 101101 | 1010010 | 0 | 111101 | 11101 | 110111 | 101001000 | 101100 | 11111 |
Color Harmonies of #732D52
Complementary color
Monochromatic Colors of #732D52
Black with #732D52
Text Example
Text Example
White with #732D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D52; }
p { color: rgb(115,45,82); }
H1.HeaderClassName
{
color: #732D52;
}
.AnyTagClassName
{
color: #732D52;
}
</style>
background-color css
<style>
a { background-color: #732D52; }
a { background-color: rgb(115,45,82); }
div.DivClassName
{
background-color: #732D52;
}
.BgClassName
{
background-color: #732D52;
}
</style>
border-color css
<style>
span { border-color: #732D52; }
span { border-color: rgb(115,45,82); }
td.TdClassName
{
border-color: #732D52;
}
.TagClassName
{
border-color: #732D52;
}
</style>