Shades of Flirt #73284A
Tints of Flirt #73284A
RGB
CMYK
RGB Variations
Color information
#73284A (or 0x73284A) is known color: Flirt. HEX triplet: 73, 28 and 4A. RGB value is (115,40,74). Sum of RGB (Red+Green+Blue) = 115+40+74=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73284A is #8CD7B5. Grayscale: #424242. Windows color (decimal): -9230262 or 4860019. OLE color: 4860019.
HSL color Cylindrical-coordinate representation of color #73284A: hue angle of 332.8º 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 #73284A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 74 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.55 |
| HSL | 332.8º | 0.48% | 0.3% | - |
| HSV(B) | 332.8º | 0.65% | 0.45% | - |
| XYZ | 9.07 | 5.66 | 7.09 | - |
| YUV | 66.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 74 | 0 | 0.65 | 0.36 | 0.55 | 332.8 | 0.48 | 0.3 |
| Hex | 73 | 28 | 4A | 0 | 41 | 24 | 37 | 14D | 30 | 1E |
| Octal | 163 | 50 | 112 | 0 | 101 | 44 | 67 | 515 | 60 | 36 |
| Binary | 1110011 | 101000 | 1001010 | 0 | 1000001 | 100100 | 110111 | 101001101 | 110000 | 11110 |
Color Harmonies of #73284A
Complementary color
Monochromatic Colors of #73284A
Black with #73284A
Text Example
Text Example
White with #73284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73284A; }
p { color: rgb(115,40,74); }
H1.HeaderClassName
{
color: #73284A;
}
.AnyTagClassName
{
color: #73284A;
}
</style>
background-color css
<style>
a { background-color: #73284A; }
a { background-color: rgb(115,40,74); }
div.DivClassName
{
background-color: #73284A;
}
.BgClassName
{
background-color: #73284A;
}
</style>
border-color css
<style>
span { border-color: #73284A; }
span { border-color: rgb(115,40,74); }
td.TdClassName
{
border-color: #73284A;
}
.TagClassName
{
border-color: #73284A;
}
</style>