Shades of Flirt #73384D
Tints of Flirt #73384D
RGB
CMYK
RGB Variations
Color information
#73384D (or 0x73384D) is known color: Flirt. HEX triplet: 73, 38 and 4D. RGB value is (115,56,77). Sum of RGB (Red+Green+Blue) = 115+56+77=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73384D is #8CC7B2. Grayscale: #4C4C4C. Windows color (decimal): -9226163 or 5060723. OLE color: 5060723.
HSL color Cylindrical-coordinate representation of color #73384D: hue angle of 338.64º 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 #73384D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 77 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.55 |
| HSL | 338.64º | 0.35% | 0.34% | - |
| HSV(B) | 338.64º | 0.51% | 0.45% | - |
| XYZ | 9.82 | 7.01 | 7.86 | - |
| YUV | 76.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 77 | 0 | 0.51 | 0.33 | 0.55 | 338.64 | 0.35 | 0.34 |
| Hex | 73 | 38 | 4D | 0 | 33 | 21 | 37 | 153 | 23 | 22 |
| Octal | 163 | 70 | 115 | 0 | 63 | 41 | 67 | 523 | 43 | 42 |
| Binary | 1110011 | 111000 | 1001101 | 0 | 110011 | 100001 | 110111 | 101010011 | 100011 | 100010 |
Color Harmonies of #73384D
Complementary color
Monochromatic Colors of #73384D
Black with #73384D
Text Example
Text Example
White with #73384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73384D; }
p { color: rgb(115,56,77); }
H1.HeaderClassName
{
color: #73384D;
}
.AnyTagClassName
{
color: #73384D;
}
</style>
background-color css
<style>
a { background-color: #73384D; }
a { background-color: rgb(115,56,77); }
div.DivClassName
{
background-color: #73384D;
}
.BgClassName
{
background-color: #73384D;
}
</style>
border-color css
<style>
span { border-color: #73384D; }
span { border-color: rgb(115,56,77); }
td.TdClassName
{
border-color: #73384D;
}
.TagClassName
{
border-color: #73384D;
}
</style>