Shades of Flirt #732C58
Tints of Flirt #732C58
RGB
CMYK
RGB Variations
Color information
#732C58 (or 0x732C58) is known color: Flirt. HEX triplet: 73, 2C and 58. RGB value is (115,44,88). Sum of RGB (Red+Green+Blue) = 115+44+88=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #732C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732C58 is #8CD3A7. Grayscale: #464646. Windows color (decimal): -9229224 or 5778547. OLE color: 5778547.
HSL color Cylindrical-coordinate representation of color #732C58: hue angle of 322.82º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #732C58 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 88 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.55 |
| HSL | 322.82º | 0.45% | 0.31% | - |
| HSV(B) | 322.82º | 0.62% | 0.45% | - |
| XYZ | 9.73 | 6.15 | 9.91 | - |
| YUV | 70.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 88 | 0 | 0.62 | 0.23 | 0.55 | 322.82 | 0.45 | 0.31 |
| Hex | 73 | 2C | 58 | 0 | 3E | 17 | 37 | 143 | 2D | 1F |
| Octal | 163 | 54 | 130 | 0 | 76 | 27 | 67 | 503 | 55 | 37 |
| Binary | 1110011 | 101100 | 1011000 | 0 | 111110 | 10111 | 110111 | 101000011 | 101101 | 11111 |
Color Harmonies of #732C58
Complementary color
Monochromatic Colors of #732C58
Black with #732C58
Text Example
Text Example
White with #732C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C58; }
p { color: rgb(115,44,88); }
H1.HeaderClassName
{
color: #732C58;
}
.AnyTagClassName
{
color: #732C58;
}
</style>
background-color css
<style>
a { background-color: #732C58; }
a { background-color: rgb(115,44,88); }
div.DivClassName
{
background-color: #732C58;
}
.BgClassName
{
background-color: #732C58;
}
</style>
border-color css
<style>
span { border-color: #732C58; }
span { border-color: rgb(115,44,88); }
td.TdClassName
{
border-color: #732C58;
}
.TagClassName
{
border-color: #732C58;
}
</style>