Shades of Flirt #73334D
Tints of Flirt #73334D
RGB
CMYK
RGB Variations
Color information
#73334D (or 0x73334D) is known color: Flirt. HEX triplet: 73, 33 and 4D. RGB value is (115,51,77). Sum of RGB (Red+Green+Blue) = 115+51+77=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73334D is #8CCCB2. Grayscale: #494949. Windows color (decimal): -9227443 or 5059443. OLE color: 5059443.
HSL color Cylindrical-coordinate representation of color #73334D: hue angle of 335.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73334D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 77 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.55 |
| HSL | 335.63º | 0.39% | 0.33% | - |
| HSV(B) | 335.63º | 0.56% | 0.45% | - |
| XYZ | 9.59 | 6.55 | 7.78 | - |
| YUV | 73.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 77 | 0 | 0.56 | 0.33 | 0.55 | 335.63 | 0.39 | 0.33 |
| Hex | 73 | 33 | 4D | 0 | 38 | 21 | 37 | 150 | 27 | 21 |
| Octal | 163 | 63 | 115 | 0 | 70 | 41 | 67 | 520 | 47 | 41 |
| Binary | 1110011 | 110011 | 1001101 | 0 | 111000 | 100001 | 110111 | 101010000 | 100111 | 100001 |
Color Harmonies of #73334D
Complementary color
Monochromatic Colors of #73334D
Black with #73334D
Text Example
Text Example
White with #73334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73334D; }
p { color: rgb(115,51,77); }
H1.HeaderClassName
{
color: #73334D;
}
.AnyTagClassName
{
color: #73334D;
}
</style>
background-color css
<style>
a { background-color: #73334D; }
a { background-color: rgb(115,51,77); }
div.DivClassName
{
background-color: #73334D;
}
.BgClassName
{
background-color: #73334D;
}
</style>
border-color css
<style>
span { border-color: #73334D; }
span { border-color: rgb(115,51,77); }
td.TdClassName
{
border-color: #73334D;
}
.TagClassName
{
border-color: #73334D;
}
</style>