Shades of Flirt #732F53
Tints of Flirt #732F53
RGB
CMYK
RGB Variations
Color information
#732F53 (or 0x732F53) is known color: Flirt. HEX triplet: 73, 2F and 53. RGB value is (115,47,83). Sum of RGB (Red+Green+Blue) = 115+47+83=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #732F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F53 is #8CD0AC. Grayscale: #474747. Windows color (decimal): -9228461 or 5451635. OLE color: 5451635.
HSL color Cylindrical-coordinate representation of color #732F53: hue angle of 328.24º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F53 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 83 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.55 |
| HSL | 328.24º | 0.42% | 0.32% | - |
| HSV(B) | 328.24º | 0.59% | 0.45% | - |
| XYZ | 9.65 | 6.3 | 8.89 | - |
| YUV | 71.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 83 | 0 | 0.59 | 0.28 | 0.55 | 328.24 | 0.42 | 0.32 |
| Hex | 73 | 2F | 53 | 0 | 3B | 1C | 37 | 148 | 2A | 20 |
| Octal | 163 | 57 | 123 | 0 | 73 | 34 | 67 | 510 | 52 | 40 |
| Binary | 1110011 | 101111 | 1010011 | 0 | 111011 | 11100 | 110111 | 101001000 | 101010 | 100000 |
Color Harmonies of #732F53
Complementary color
Monochromatic Colors of #732F53
Black with #732F53
Text Example
Text Example
White with #732F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F53; }
p { color: rgb(115,47,83); }
H1.HeaderClassName
{
color: #732F53;
}
.AnyTagClassName
{
color: #732F53;
}
</style>
background-color css
<style>
a { background-color: #732F53; }
a { background-color: rgb(115,47,83); }
div.DivClassName
{
background-color: #732F53;
}
.BgClassName
{
background-color: #732F53;
}
</style>
border-color css
<style>
span { border-color: #732F53; }
span { border-color: rgb(115,47,83); }
td.TdClassName
{
border-color: #732F53;
}
.TagClassName
{
border-color: #732F53;
}
</style>