Shades of Flirt #732D59
Tints of Flirt #732D59
RGB
CMYK
RGB Variations
Color information
#732D59 (or 0x732D59) is known color: Flirt. HEX triplet: 73, 2D and 59. RGB value is (115,45,89). Sum of RGB (Red+Green+Blue) = 115+45+89=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #732D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D59 is #8CD2A6. Grayscale: #464646. Windows color (decimal): -9228967 or 5844339. OLE color: 5844339.
HSL color Cylindrical-coordinate representation of color #732D59: hue angle of 322.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 #732D59 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 89 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.55 |
| HSL | 322.29º | 0.44% | 0.31% | - |
| HSV(B) | 322.29º | 0.61% | 0.45% | - |
| XYZ | 9.81 | 6.24 | 10.14 | - |
| YUV | 70.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 89 | 0 | 0.61 | 0.23 | 0.55 | 322.29 | 0.44 | 0.31 |
| Hex | 73 | 2D | 59 | 0 | 3D | 17 | 37 | 142 | 2C | 1F |
| Octal | 163 | 55 | 131 | 0 | 75 | 27 | 67 | 502 | 54 | 37 |
| Binary | 1110011 | 101101 | 1011001 | 0 | 111101 | 10111 | 110111 | 101000010 | 101100 | 11111 |
Color Harmonies of #732D59
Complementary color
Monochromatic Colors of #732D59
Black with #732D59
Text Example
Text Example
White with #732D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D59; }
p { color: rgb(115,45,89); }
H1.HeaderClassName
{
color: #732D59;
}
.AnyTagClassName
{
color: #732D59;
}
</style>
background-color css
<style>
a { background-color: #732D59; }
a { background-color: rgb(115,45,89); }
div.DivClassName
{
background-color: #732D59;
}
.BgClassName
{
background-color: #732D59;
}
</style>
border-color css
<style>
span { border-color: #732D59; }
span { border-color: rgb(115,45,89); }
td.TdClassName
{
border-color: #732D59;
}
.TagClassName
{
border-color: #732D59;
}
</style>