Shades of Flirt #73284D
Tints of Flirt #73284D
RGB
CMYK
RGB Variations
Color information
#73284D (or 0x73284D) is known color: Flirt. HEX triplet: 73, 28 and 4D. RGB value is (115,40,77). Sum of RGB (Red+Green+Blue) = 115+40+77=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73284D is #8CD7B2. Grayscale: #424242. Windows color (decimal): -9230259 or 5056627. OLE color: 5056627.
HSL color Cylindrical-coordinate representation of color #73284D: hue angle of 330.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73284D is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 77 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.55 |
| HSL | 330.4º | 0.48% | 0.3% | - |
| HSV(B) | 330.4º | 0.65% | 0.45% | - |
| XYZ | 9.17 | 5.7 | 7.64 | - |
| YUV | 66.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 77 | 0 | 0.65 | 0.33 | 0.55 | 330.4 | 0.48 | 0.3 |
| Hex | 73 | 28 | 4D | 0 | 41 | 21 | 37 | 14A | 30 | 1E |
| Octal | 163 | 50 | 115 | 0 | 101 | 41 | 67 | 512 | 60 | 36 |
| Binary | 1110011 | 101000 | 1001101 | 0 | 1000001 | 100001 | 110111 | 101001010 | 110000 | 11110 |
Color Harmonies of #73284D
Complementary color
Monochromatic Colors of #73284D
Black with #73284D
Text Example
Text Example
White with #73284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73284D; }
p { color: rgb(115,40,77); }
H1.HeaderClassName
{
color: #73284D;
}
.AnyTagClassName
{
color: #73284D;
}
</style>
background-color css
<style>
a { background-color: #73284D; }
a { background-color: rgb(115,40,77); }
div.DivClassName
{
background-color: #73284D;
}
.BgClassName
{
background-color: #73284D;
}
</style>
border-color css
<style>
span { border-color: #73284D; }
span { border-color: rgb(115,40,77); }
td.TdClassName
{
border-color: #73284D;
}
.TagClassName
{
border-color: #73284D;
}
</style>