Shades of Flirt #73384E
Tints of Flirt #73384E
RGB
CMYK
RGB Variations
Color information
#73384E (or 0x73384E) is known color: Flirt. HEX triplet: 73, 38 and 4E. RGB value is (115,56,78). Sum of RGB (Red+Green+Blue) = 115+56+78=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73384E is #8CC7B1. Grayscale: #4C4C4C. Windows color (decimal): -9226162 or 5126259. OLE color: 5126259.
HSL color Cylindrical-coordinate representation of color #73384E: hue angle of 337.63º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73384E is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 78 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.55 |
| HSL | 337.63º | 0.35% | 0.34% | - |
| HSV(B) | 337.63º | 0.51% | 0.45% | - |
| XYZ | 9.86 | 7.02 | 8.04 | - |
| YUV | 76.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 78 | 0 | 0.51 | 0.32 | 0.55 | 337.63 | 0.35 | 0.34 |
| Hex | 73 | 38 | 4E | 0 | 33 | 20 | 37 | 152 | 23 | 22 |
| Octal | 163 | 70 | 116 | 0 | 63 | 40 | 67 | 522 | 43 | 42 |
| Binary | 1110011 | 111000 | 1001110 | 0 | 110011 | 100000 | 110111 | 101010010 | 100011 | 100010 |
Color Harmonies of #73384E
Complementary color
Monochromatic Colors of #73384E
Black with #73384E
Text Example
Text Example
White with #73384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73384E; }
p { color: rgb(115,56,78); }
H1.HeaderClassName
{
color: #73384E;
}
.AnyTagClassName
{
color: #73384E;
}
</style>
background-color css
<style>
a { background-color: #73384E; }
a { background-color: rgb(115,56,78); }
div.DivClassName
{
background-color: #73384E;
}
.BgClassName
{
background-color: #73384E;
}
</style>
border-color css
<style>
span { border-color: #73384E; }
span { border-color: rgb(115,56,78); }
td.TdClassName
{
border-color: #73384E;
}
.TagClassName
{
border-color: #73384E;
}
</style>