Shades of Flirt #733153
Tints of Flirt #733153
RGB
CMYK
RGB Variations
Color information
#733153 (or 0x733153) is known color: Flirt. HEX triplet: 73, 31 and 53. RGB value is (115,49,83). Sum of RGB (Red+Green+Blue) = 115+49+83=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #733153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733153 is #8CCEAC. Grayscale: #484848. Windows color (decimal): -9227949 or 5452147. OLE color: 5452147.
HSL color Cylindrical-coordinate representation of color #733153: hue angle of 329.09º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733153 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 83 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.55 |
| HSL | 329.09º | 0.4% | 0.32% | - |
| HSV(B) | 329.09º | 0.57% | 0.45% | - |
| XYZ | 9.73 | 6.47 | 8.92 | - |
| YUV | 72.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 83 | 0 | 0.57 | 0.28 | 0.55 | 329.09 | 0.4 | 0.32 |
| Hex | 73 | 31 | 53 | 0 | 39 | 1C | 37 | 149 | 28 | 20 |
| Octal | 163 | 61 | 123 | 0 | 71 | 34 | 67 | 511 | 50 | 40 |
| Binary | 1110011 | 110001 | 1010011 | 0 | 111001 | 11100 | 110111 | 101001001 | 101000 | 100000 |
Color Harmonies of #733153
Complementary color
Monochromatic Colors of #733153
Black with #733153
Text Example
Text Example
White with #733153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733153; }
p { color: rgb(115,49,83); }
H1.HeaderClassName
{
color: #733153;
}
.AnyTagClassName
{
color: #733153;
}
</style>
background-color css
<style>
a { background-color: #733153; }
a { background-color: rgb(115,49,83); }
div.DivClassName
{
background-color: #733153;
}
.BgClassName
{
background-color: #733153;
}
</style>
border-color css
<style>
span { border-color: #733153; }
span { border-color: rgb(115,49,83); }
td.TdClassName
{
border-color: #733153;
}
.TagClassName
{
border-color: #733153;
}
</style>