Shades of Flirt #732D51
Tints of Flirt #732D51
RGB
CMYK
RGB Variations
Color information
#732D51 (or 0x732D51) is known color: Flirt. HEX triplet: 73, 2D and 51. RGB value is (115,45,81). Sum of RGB (Red+Green+Blue) = 115+45+81=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #732D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D51 is #8CD2AE. Grayscale: #454545. Windows color (decimal): -9228975 or 5320051. OLE color: 5320051.
HSL color Cylindrical-coordinate representation of color #732D51: hue angle of 329.14º 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 #732D51 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 81 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.55 |
| HSL | 329.14º | 0.44% | 0.31% | - |
| HSV(B) | 329.14º | 0.61% | 0.45% | - |
| XYZ | 9.49 | 6.12 | 8.46 | - |
| YUV | 70.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 81 | 0 | 0.61 | 0.30 | 0.55 | 329.14 | 0.44 | 0.31 |
| Hex | 73 | 2D | 51 | 0 | 3D | 1E | 37 | 149 | 2C | 1F |
| Octal | 163 | 55 | 121 | 0 | 75 | 36 | 67 | 511 | 54 | 37 |
| Binary | 1110011 | 101101 | 1010001 | 0 | 111101 | 11110 | 110111 | 101001001 | 101100 | 11111 |
Color Harmonies of #732D51
Complementary color
Monochromatic Colors of #732D51
Black with #732D51
Text Example
Text Example
White with #732D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D51; }
p { color: rgb(115,45,81); }
H1.HeaderClassName
{
color: #732D51;
}
.AnyTagClassName
{
color: #732D51;
}
</style>
background-color css
<style>
a { background-color: #732D51; }
a { background-color: rgb(115,45,81); }
div.DivClassName
{
background-color: #732D51;
}
.BgClassName
{
background-color: #732D51;
}
</style>
border-color css
<style>
span { border-color: #732D51; }
span { border-color: rgb(115,45,81); }
td.TdClassName
{
border-color: #732D51;
}
.TagClassName
{
border-color: #732D51;
}
</style>