Shades of Flirt #7B284D
Tints of Flirt #7B284D
RGB
CMYK
RGB Variations
Color information
#7B284D (or 0x7B284D) is known color: Flirt. HEX triplet: 7B, 28 and 4D. RGB value is (123,40,77). Sum of RGB (Red+Green+Blue) = 123+40+77=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B284D is #84D7B2. Grayscale: #444444. Windows color (decimal): -8705971 or 5056635. OLE color: 5056635.
HSL color Cylindrical-coordinate representation of color #7B284D: hue angle of 333.25º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B284D is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 77 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.52 |
| HSL | 333.25º | 0.51% | 0.32% | - |
| HSV(B) | 333.25º | 0.67% | 0.48% | - |
| XYZ | 10.27 | 6.26 | 7.69 | - |
| YUV | 69.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 77 | 0 | 0.67 | 0.37 | 0.52 | 333.25 | 0.51 | 0.32 |
| Hex | 7B | 28 | 4D | 0 | 43 | 25 | 34 | 14D | 33 | 20 |
| Octal | 173 | 50 | 115 | 0 | 103 | 45 | 64 | 515 | 63 | 40 |
| Binary | 1111011 | 101000 | 1001101 | 0 | 1000011 | 100101 | 110100 | 101001101 | 110011 | 100000 |
Color Harmonies of #7B284D
Complementary color
Monochromatic Colors of #7B284D
Black with #7B284D
Text Example
Text Example
White with #7B284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B284D; }
p { color: rgb(123,40,77); }
H1.HeaderClassName
{
color: #7B284D;
}
.AnyTagClassName
{
color: #7B284D;
}
</style>
background-color css
<style>
a { background-color: #7B284D; }
a { background-color: rgb(123,40,77); }
div.DivClassName
{
background-color: #7B284D;
}
.BgClassName
{
background-color: #7B284D;
}
</style>
border-color css
<style>
span { border-color: #7B284D; }
span { border-color: rgb(123,40,77); }
td.TdClassName
{
border-color: #7B284D;
}
.TagClassName
{
border-color: #7B284D;
}
</style>