Shades of Flirt #732C54
Tints of Flirt #732C54
RGB
CMYK
RGB Variations
Color information
#732C54 (or 0x732C54) is known color: Flirt. HEX triplet: 73, 2C and 54. RGB value is (115,44,84). Sum of RGB (Red+Green+Blue) = 115+44+84=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #732C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732C54 is #8CD3AB. Grayscale: #454545. Windows color (decimal): -9229228 or 5516403. OLE color: 5516403.
HSL color Cylindrical-coordinate representation of color #732C54: hue angle of 326.2º 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 #732C54 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 84 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.55 |
| HSL | 326.2º | 0.45% | 0.31% | - |
| HSV(B) | 326.2º | 0.62% | 0.45% | - |
| XYZ | 9.57 | 6.09 | 9.06 | - |
| YUV | 69.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 84 | 0 | 0.62 | 0.27 | 0.55 | 326.2 | 0.45 | 0.31 |
| Hex | 73 | 2C | 54 | 0 | 3E | 1B | 37 | 146 | 2D | 1F |
| Octal | 163 | 54 | 124 | 0 | 76 | 33 | 67 | 506 | 55 | 37 |
| Binary | 1110011 | 101100 | 1010100 | 0 | 111110 | 11011 | 110111 | 101000110 | 101101 | 11111 |
Color Harmonies of #732C54
Complementary color
Monochromatic Colors of #732C54
Black with #732C54
Text Example
Text Example
White with #732C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C54; }
p { color: rgb(115,44,84); }
H1.HeaderClassName
{
color: #732C54;
}
.AnyTagClassName
{
color: #732C54;
}
</style>
background-color css
<style>
a { background-color: #732C54; }
a { background-color: rgb(115,44,84); }
div.DivClassName
{
background-color: #732C54;
}
.BgClassName
{
background-color: #732C54;
}
</style>
border-color css
<style>
span { border-color: #732C54; }
span { border-color: rgb(115,44,84); }
td.TdClassName
{
border-color: #732C54;
}
.TagClassName
{
border-color: #732C54;
}
</style>