Shades of Flirt #732D53
Tints of Flirt #732D53
RGB
CMYK
RGB Variations
Color information
#732D53 (or 0x732D53) is known color: Flirt. HEX triplet: 73, 2D and 53. RGB value is (115,45,83). Sum of RGB (Red+Green+Blue) = 115+45+83=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #732D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D53 is #8CD2AC. Grayscale: #464646. Windows color (decimal): -9228973 or 5451123. OLE color: 5451123.
HSL color Cylindrical-coordinate representation of color #732D53: hue angle of 327.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 #732D53 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 83 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.55 |
| HSL | 327.43º | 0.44% | 0.31% | - |
| HSV(B) | 327.43º | 0.61% | 0.45% | - |
| XYZ | 9.57 | 6.15 | 8.87 | - |
| YUV | 70.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 83 | 0 | 0.61 | 0.28 | 0.55 | 327.43 | 0.44 | 0.31 |
| Hex | 73 | 2D | 53 | 0 | 3D | 1C | 37 | 147 | 2C | 1F |
| Octal | 163 | 55 | 123 | 0 | 75 | 34 | 67 | 507 | 54 | 37 |
| Binary | 1110011 | 101101 | 1010011 | 0 | 111101 | 11100 | 110111 | 101000111 | 101100 | 11111 |
Color Harmonies of #732D53
Complementary color
Monochromatic Colors of #732D53
Black with #732D53
Text Example
Text Example
White with #732D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D53; }
p { color: rgb(115,45,83); }
H1.HeaderClassName
{
color: #732D53;
}
.AnyTagClassName
{
color: #732D53;
}
</style>
background-color css
<style>
a { background-color: #732D53; }
a { background-color: rgb(115,45,83); }
div.DivClassName
{
background-color: #732D53;
}
.BgClassName
{
background-color: #732D53;
}
</style>
border-color css
<style>
span { border-color: #732D53; }
span { border-color: rgb(115,45,83); }
td.TdClassName
{
border-color: #732D53;
}
.TagClassName
{
border-color: #732D53;
}
</style>