Shades of Flirt #73304D
Tints of Flirt #73304D
RGB
CMYK
RGB Variations
Color information
#73304D (or 0x73304D) is known color: Flirt. HEX triplet: 73, 30 and 4D. RGB value is (115,48,77). Sum of RGB (Red+Green+Blue) = 115+48+77=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73304D is #8CCFB2. Grayscale: #474747. Windows color (decimal): -9228211 or 5058675. OLE color: 5058675.
HSL color Cylindrical-coordinate representation of color #73304D: hue angle of 334.03º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73304D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 48 | 77 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.55 |
| HSL | 334.03º | 0.41% | 0.32% | - |
| HSV(B) | 334.03º | 0.58% | 0.45% | - |
| XYZ | 9.47 | 6.29 | 7.74 | - |
| YUV | 71.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 77 | 0 | 0.58 | 0.33 | 0.55 | 334.03 | 0.41 | 0.32 |
| Hex | 73 | 30 | 4D | 0 | 3A | 21 | 37 | 14E | 29 | 20 |
| Octal | 163 | 60 | 115 | 0 | 72 | 41 | 67 | 516 | 51 | 40 |
| Binary | 1110011 | 110000 | 1001101 | 0 | 111010 | 100001 | 110111 | 101001110 | 101001 | 100000 |
Color Harmonies of #73304D
Complementary color
Monochromatic Colors of #73304D
Black with #73304D
Text Example
Text Example
White with #73304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73304D; }
p { color: rgb(115,48,77); }
H1.HeaderClassName
{
color: #73304D;
}
.AnyTagClassName
{
color: #73304D;
}
</style>
background-color css
<style>
a { background-color: #73304D; }
a { background-color: rgb(115,48,77); }
div.DivClassName
{
background-color: #73304D;
}
.BgClassName
{
background-color: #73304D;
}
</style>
border-color css
<style>
span { border-color: #73304D; }
span { border-color: rgb(115,48,77); }
td.TdClassName
{
border-color: #73304D;
}
.TagClassName
{
border-color: #73304D;
}
</style>