Shades of Flirt #733256
Tints of Flirt #733256
RGB
CMYK
RGB Variations
Color information
#733256 (or 0x733256) is known color: Flirt. HEX triplet: 73, 32 and 56. RGB value is (115,50,86). Sum of RGB (Red+Green+Blue) = 115+50+86=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #733256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733256 is #8CCDA9. Grayscale: #494949. Windows color (decimal): -9227690 or 5649011. OLE color: 5649011.
HSL color Cylindrical-coordinate representation of color #733256: hue angle of 326.77º degrees, saturation: 0.39, 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 #733256 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 86 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.55 |
| HSL | 326.77º | 0.39% | 0.32% | - |
| HSV(B) | 326.77º | 0.57% | 0.45% | - |
| XYZ | 9.89 | 6.6 | 9.56 | - |
| YUV | 73.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 86 | 0 | 0.57 | 0.25 | 0.55 | 326.77 | 0.39 | 0.32 |
| Hex | 73 | 32 | 56 | 0 | 39 | 19 | 37 | 147 | 27 | 20 |
| Octal | 163 | 62 | 126 | 0 | 71 | 31 | 67 | 507 | 47 | 40 |
| Binary | 1110011 | 110010 | 1010110 | 0 | 111001 | 11001 | 110111 | 101000111 | 100111 | 100000 |
Color Harmonies of #733256
Complementary color
Monochromatic Colors of #733256
Black with #733256
Text Example
Text Example
White with #733256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733256; }
p { color: rgb(115,50,86); }
H1.HeaderClassName
{
color: #733256;
}
.AnyTagClassName
{
color: #733256;
}
</style>
background-color css
<style>
a { background-color: #733256; }
a { background-color: rgb(115,50,86); }
div.DivClassName
{
background-color: #733256;
}
.BgClassName
{
background-color: #733256;
}
</style>
border-color css
<style>
span { border-color: #733256; }
span { border-color: rgb(115,50,86); }
td.TdClassName
{
border-color: #733256;
}
.TagClassName
{
border-color: #733256;
}
</style>