Shades of Flirt #73394F
Tints of Flirt #73394F
RGB
CMYK
RGB Variations
Color information
#73394F (or 0x73394F) is known color: Flirt. HEX triplet: 73, 39 and 4F. RGB value is (115,57,79). Sum of RGB (Red+Green+Blue) = 115+57+79=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #73394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73394F is #8CC6B0. Grayscale: #4C4C4C. Windows color (decimal): -9225905 or 5192051. OLE color: 5192051.
HSL color Cylindrical-coordinate representation of color #73394F: hue angle of 337.24º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73394F is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 57 | 79 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.55 |
| HSL | 337.24º | 0.34% | 0.34% | - |
| HSV(B) | 337.24º | 0.5% | 0.45% | - |
| XYZ | 9.94 | 7.14 | 8.25 | - |
| YUV | 76.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 79 | 0 | 0.50 | 0.31 | 0.55 | 337.24 | 0.34 | 0.34 |
| Hex | 73 | 39 | 4F | 0 | 32 | 1F | 37 | 151 | 22 | 22 |
| Octal | 163 | 71 | 117 | 0 | 62 | 37 | 67 | 521 | 42 | 42 |
| Binary | 1110011 | 111001 | 1001111 | 0 | 110010 | 11111 | 110111 | 101010001 | 100010 | 100010 |
Color Harmonies of #73394F
Complementary color
Monochromatic Colors of #73394F
Black with #73394F
Text Example
Text Example
White with #73394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73394F; }
p { color: rgb(115,57,79); }
H1.HeaderClassName
{
color: #73394F;
}
.AnyTagClassName
{
color: #73394F;
}
</style>
background-color css
<style>
a { background-color: #73394F; }
a { background-color: rgb(115,57,79); }
div.DivClassName
{
background-color: #73394F;
}
.BgClassName
{
background-color: #73394F;
}
</style>
border-color css
<style>
span { border-color: #73394F; }
span { border-color: rgb(115,57,79); }
td.TdClassName
{
border-color: #73394F;
}
.TagClassName
{
border-color: #73394F;
}
</style>