Shades of Flirt #7C284F
Tints of Flirt #7C284F
RGB
CMYK
RGB Variations
Color information
#7C284F (or 0x7C284F) is known color: Flirt. HEX triplet: 7C, 28 and 4F. RGB value is (124,40,79). Sum of RGB (Red+Green+Blue) = 124+40+79=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C284F is #83D7B0. Grayscale: #454545. Windows color (decimal): -8640433 or 5187708. OLE color: 5187708.
HSL color Cylindrical-coordinate representation of color #7C284F: hue angle of 332.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C284F is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 79 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.51 |
| HSL | 332.14º | 0.51% | 0.32% | - |
| HSV(B) | 332.14º | 0.68% | 0.49% | - |
| XYZ | 10.48 | 6.37 | 8.07 | - |
| YUV | 69.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 79 | 0 | 0.68 | 0.36 | 0.51 | 332.14 | 0.51 | 0.32 |
| Hex | 7C | 28 | 4F | 0 | 44 | 24 | 33 | 14C | 33 | 20 |
| Octal | 174 | 50 | 117 | 0 | 104 | 44 | 63 | 514 | 63 | 40 |
| Binary | 1111100 | 101000 | 1001111 | 0 | 1000100 | 100100 | 110011 | 101001100 | 110011 | 100000 |
Color Harmonies of #7C284F
Complementary color
Monochromatic Colors of #7C284F
Black with #7C284F
Text Example
Text Example
White with #7C284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C284F; }
p { color: rgb(124,40,79); }
H1.HeaderClassName
{
color: #7C284F;
}
.AnyTagClassName
{
color: #7C284F;
}
</style>
background-color css
<style>
a { background-color: #7C284F; }
a { background-color: rgb(124,40,79); }
div.DivClassName
{
background-color: #7C284F;
}
.BgClassName
{
background-color: #7C284F;
}
</style>
border-color css
<style>
span { border-color: #7C284F; }
span { border-color: rgb(124,40,79); }
td.TdClassName
{
border-color: #7C284F;
}
.TagClassName
{
border-color: #7C284F;
}
</style>