Shades of Flirt #73284B
Tints of Flirt #73284B
RGB
CMYK
RGB Variations
Color information
#73284B (or 0x73284B) is known color: Flirt. HEX triplet: 73, 28 and 4B. RGB value is (115,40,75). Sum of RGB (Red+Green+Blue) = 115+40+75=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73284B is #8CD7B4. Grayscale: #424242. Windows color (decimal): -9230261 or 4925555. OLE color: 4925555.
HSL color Cylindrical-coordinate representation of color #73284B: hue angle of 332º 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 #73284B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 75 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.55 |
| HSL | 332º | 0.48% | 0.3% | - |
| HSV(B) | 332º | 0.65% | 0.45% | - |
| XYZ | 9.1 | 5.67 | 7.27 | - |
| YUV | 66.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 75 | 0 | 0.65 | 0.35 | 0.55 | 332 | 0.48 | 0.3 |
| Hex | 73 | 28 | 4B | 0 | 41 | 23 | 37 | 14C | 30 | 1E |
| Octal | 163 | 50 | 113 | 0 | 101 | 43 | 67 | 514 | 60 | 36 |
| Binary | 1110011 | 101000 | 1001011 | 0 | 1000001 | 100011 | 110111 | 101001100 | 110000 | 11110 |
Color Harmonies of #73284B
Complementary color
Monochromatic Colors of #73284B
Black with #73284B
Text Example
Text Example
White with #73284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73284B; }
p { color: rgb(115,40,75); }
H1.HeaderClassName
{
color: #73284B;
}
.AnyTagClassName
{
color: #73284B;
}
</style>
background-color css
<style>
a { background-color: #73284B; }
a { background-color: rgb(115,40,75); }
div.DivClassName
{
background-color: #73284B;
}
.BgClassName
{
background-color: #73284B;
}
</style>
border-color css
<style>
span { border-color: #73284B; }
span { border-color: rgb(115,40,75); }
td.TdClassName
{
border-color: #73284B;
}
.TagClassName
{
border-color: #73284B;
}
</style>