Shades of Flirt #732B58
Tints of Flirt #732B58
RGB
CMYK
RGB Variations
Color information
#732B58 (or 0x732B58) is known color: Flirt. HEX triplet: 73, 2B and 58. RGB value is (115,43,88). Sum of RGB (Red+Green+Blue) = 115+43+88=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #732B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B58 is #8CD4A7. Grayscale: #454545. Windows color (decimal): -9229480 or 5778291. OLE color: 5778291.
HSL color Cylindrical-coordinate representation of color #732B58: hue angle of 322.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732B58 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 88 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.55 |
| HSL | 322.5º | 0.46% | 0.31% | - |
| HSV(B) | 322.5º | 0.63% | 0.45% | - |
| XYZ | 9.7 | 6.08 | 9.89 | - |
| YUV | 69.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 88 | 0 | 0.63 | 0.23 | 0.55 | 322.5 | 0.46 | 0.31 |
| Hex | 73 | 2B | 58 | 0 | 3F | 17 | 37 | 142 | 2E | 1F |
| Octal | 163 | 53 | 130 | 0 | 77 | 27 | 67 | 502 | 56 | 37 |
| Binary | 1110011 | 101011 | 1011000 | 0 | 111111 | 10111 | 110111 | 101000010 | 101110 | 11111 |
Color Harmonies of #732B58
Complementary color
Monochromatic Colors of #732B58
Black with #732B58
Text Example
Text Example
White with #732B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B58; }
p { color: rgb(115,43,88); }
H1.HeaderClassName
{
color: #732B58;
}
.AnyTagClassName
{
color: #732B58;
}
</style>
background-color css
<style>
a { background-color: #732B58; }
a { background-color: rgb(115,43,88); }
div.DivClassName
{
background-color: #732B58;
}
.BgClassName
{
background-color: #732B58;
}
</style>
border-color css
<style>
span { border-color: #732B58; }
span { border-color: rgb(115,43,88); }
td.TdClassName
{
border-color: #732B58;
}
.TagClassName
{
border-color: #732B58;
}
</style>