Shades of Flirt #7F2B4C
Tints of Flirt #7F2B4C
RGB
CMYK
RGB Variations
Color information
#7F2B4C (or 0x7F2B4C) is known color: Flirt. HEX triplet: 7F, 2B and 4C. RGB value is (127,43,76). Sum of RGB (Red+Green+Blue) = 127+43+76=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2B4C is #80D4B3. Grayscale: #474747. Windows color (decimal): -8443060 or 4991871. OLE color: 4991871.
HSL color Cylindrical-coordinate representation of color #7F2B4C: hue angle of 336.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2B4C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 43 | 76 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.50 |
| HSL | 336.43º | 0.49% | 0.33% | - |
| HSV(B) | 336.43º | 0.66% | 0.5% | - |
| XYZ | 10.92 | 6.76 | 7.57 | - |
| YUV | 71.88 | 130.33 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 76 | 0 | 0.66 | 0.40 | 0.50 | 336.43 | 0.49 | 0.33 |
| Hex | 7F | 2B | 4C | 0 | 42 | 28 | 32 | 150 | 31 | 21 |
| Octal | 177 | 53 | 114 | 0 | 102 | 50 | 62 | 520 | 61 | 41 |
| Binary | 1111111 | 101011 | 1001100 | 0 | 1000010 | 101000 | 110010 | 101010000 | 110001 | 100001 |
Color Harmonies of #7F2B4C
Complementary color
Monochromatic Colors of #7F2B4C
Black with #7F2B4C
Text Example
Text Example
White with #7F2B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B4C; }
p { color: rgb(127,43,76); }
H1.HeaderClassName
{
color: #7F2B4C;
}
.AnyTagClassName
{
color: #7F2B4C;
}
</style>
background-color css
<style>
a { background-color: #7F2B4C; }
a { background-color: rgb(127,43,76); }
div.DivClassName
{
background-color: #7F2B4C;
}
.BgClassName
{
background-color: #7F2B4C;
}
</style>
border-color css
<style>
span { border-color: #7F2B4C; }
span { border-color: rgb(127,43,76); }
td.TdClassName
{
border-color: #7F2B4C;
}
.TagClassName
{
border-color: #7F2B4C;
}
</style>