Shades of Flirt #7F2650
Tints of Flirt #7F2650
RGB
CMYK
RGB Variations
Color information
#7F2650 (or 0x7F2650) is known color: Flirt. HEX triplet: 7F, 26 and 50. RGB value is (127,38,80). Sum of RGB (Red+Green+Blue) = 127+38+80=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2650 is #80D9AF. Grayscale: #454545. Windows color (decimal): -8444336 or 5252735. OLE color: 5252735.
HSL color Cylindrical-coordinate representation of color #7F2650: hue angle of 331.69º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2650 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 38 | 80 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.50 |
| HSL | 331.69º | 0.54% | 0.32% | - |
| HSV(B) | 331.69º | 0.7% | 0.5% | - |
| XYZ | 10.89 | 6.48 | 8.27 | - |
| YUV | 69.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 38 | 80 | 0 | 0.70 | 0.37 | 0.50 | 331.69 | 0.54 | 0.32 |
| Hex | 7F | 26 | 50 | 0 | 46 | 25 | 32 | 14C | 36 | 20 |
| Octal | 177 | 46 | 120 | 0 | 106 | 45 | 62 | 514 | 66 | 40 |
| Binary | 1111111 | 100110 | 1010000 | 0 | 1000110 | 100101 | 110010 | 101001100 | 110110 | 100000 |
Color Harmonies of #7F2650
Complementary color
Monochromatic Colors of #7F2650
Black with #7F2650
Text Example
Text Example
White with #7F2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2650; }
p { color: rgb(127,38,80); }
H1.HeaderClassName
{
color: #7F2650;
}
.AnyTagClassName
{
color: #7F2650;
}
</style>
background-color css
<style>
a { background-color: #7F2650; }
a { background-color: rgb(127,38,80); }
div.DivClassName
{
background-color: #7F2650;
}
.BgClassName
{
background-color: #7F2650;
}
</style>
border-color css
<style>
span { border-color: #7F2650; }
span { border-color: rgb(127,38,80); }
td.TdClassName
{
border-color: #7F2650;
}
.TagClassName
{
border-color: #7F2650;
}
</style>