Shades of Flirt #7F2251
Tints of Flirt #7F2251
RGB
CMYK
RGB Variations
Color information
#7F2251 (or 0x7F2251) is known color: Flirt. HEX triplet: 7F, 22 and 51. RGB value is (127,34,81). Sum of RGB (Red+Green+Blue) = 127+34+81=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2251 is #80DDAE. Grayscale: #434343. Windows color (decimal): -8445359 or 5317247. OLE color: 5317247.
HSL color Cylindrical-coordinate representation of color #7F2251: hue angle of 329.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2251 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 81 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.50 |
| HSL | 329.68º | 0.58% | 0.32% | - |
| HSV(B) | 329.68º | 0.73% | 0.5% | - |
| XYZ | 10.81 | 6.25 | 8.42 | - |
| YUV | 67.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 81 | 0 | 0.73 | 0.36 | 0.50 | 329.68 | 0.58 | 0.32 |
| Hex | 7F | 22 | 51 | 0 | 49 | 24 | 32 | 14A | 3A | 20 |
| Octal | 177 | 42 | 121 | 0 | 111 | 44 | 62 | 512 | 72 | 40 |
| Binary | 1111111 | 100010 | 1010001 | 0 | 1001001 | 100100 | 110010 | 101001010 | 111010 | 100000 |
Color Harmonies of #7F2251
Complementary color
Monochromatic Colors of #7F2251
Black with #7F2251
Text Example
Text Example
White with #7F2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2251; }
p { color: rgb(127,34,81); }
H1.HeaderClassName
{
color: #7F2251;
}
.AnyTagClassName
{
color: #7F2251;
}
</style>
background-color css
<style>
a { background-color: #7F2251; }
a { background-color: rgb(127,34,81); }
div.DivClassName
{
background-color: #7F2251;
}
.BgClassName
{
background-color: #7F2251;
}
</style>
border-color css
<style>
span { border-color: #7F2251; }
span { border-color: rgb(127,34,81); }
td.TdClassName
{
border-color: #7F2251;
}
.TagClassName
{
border-color: #7F2251;
}
</style>