Shades of Flirt #73324D
Tints of Flirt #73324D
RGB
CMYK
RGB Variations
Color information
#73324D (or 0x73324D) is known color: Flirt. HEX triplet: 73, 32 and 4D. RGB value is (115,50,77). Sum of RGB (Red+Green+Blue) = 115+50+77=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73324D is #8CCDB2. Grayscale: #484848. Windows color (decimal): -9227699 or 5059187. OLE color: 5059187.
HSL color Cylindrical-coordinate representation of color #73324D: hue angle of 335.08º 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 #73324D is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 77 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.55 |
| HSL | 335.08º | 0.39% | 0.32% | - |
| HSV(B) | 335.08º | 0.57% | 0.45% | - |
| XYZ | 9.55 | 6.46 | 7.77 | - |
| YUV | 72.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 77 | 0 | 0.57 | 0.33 | 0.55 | 335.08 | 0.39 | 0.32 |
| Hex | 73 | 32 | 4D | 0 | 39 | 21 | 37 | 14F | 27 | 20 |
| Octal | 163 | 62 | 115 | 0 | 71 | 41 | 67 | 517 | 47 | 40 |
| Binary | 1110011 | 110010 | 1001101 | 0 | 111001 | 100001 | 110111 | 101001111 | 100111 | 100000 |
Color Harmonies of #73324D
Complementary color
Monochromatic Colors of #73324D
Black with #73324D
Text Example
Text Example
White with #73324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73324D; }
p { color: rgb(115,50,77); }
H1.HeaderClassName
{
color: #73324D;
}
.AnyTagClassName
{
color: #73324D;
}
</style>
background-color css
<style>
a { background-color: #73324D; }
a { background-color: rgb(115,50,77); }
div.DivClassName
{
background-color: #73324D;
}
.BgClassName
{
background-color: #73324D;
}
</style>
border-color css
<style>
span { border-color: #73324D; }
span { border-color: rgb(115,50,77); }
td.TdClassName
{
border-color: #73324D;
}
.TagClassName
{
border-color: #73324D;
}
</style>