Shades of Flirt #7F2C45
Tints of Flirt #7F2C45
RGB
CMYK
RGB Variations
Color information
#7F2C45 (or 0x7F2C45) is known color: Flirt. HEX triplet: 7F, 2C and 45. RGB value is (127,44,69). Sum of RGB (Red+Green+Blue) = 127+44+69=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C45 is #80D3BA. Grayscale: #474747. Windows color (decimal): -8442811 or 4533375. OLE color: 4533375.
HSL color Cylindrical-coordinate representation of color #7F2C45: hue angle of 341.93º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2C45 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 69 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.50 |
| HSL | 341.93º | 0.49% | 0.34% | - |
| HSV(B) | 341.93º | 0.65% | 0.5% | - |
| XYZ | 10.73 | 6.74 | 6.37 | - |
| YUV | 71.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 69 | 0 | 0.65 | 0.46 | 0.50 | 341.93 | 0.49 | 0.34 |
| Hex | 7F | 2C | 45 | 0 | 41 | 2E | 32 | 156 | 31 | 22 |
| Octal | 177 | 54 | 105 | 0 | 101 | 56 | 62 | 526 | 61 | 42 |
| Binary | 1111111 | 101100 | 1000101 | 0 | 1000001 | 101110 | 110010 | 101010110 | 110001 | 100010 |
Color Harmonies of #7F2C45
Complementary color
Monochromatic Colors of #7F2C45
Black with #7F2C45
Text Example
Text Example
White with #7F2C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C45; }
p { color: rgb(127,44,69); }
H1.HeaderClassName
{
color: #7F2C45;
}
.AnyTagClassName
{
color: #7F2C45;
}
</style>
background-color css
<style>
a { background-color: #7F2C45; }
a { background-color: rgb(127,44,69); }
div.DivClassName
{
background-color: #7F2C45;
}
.BgClassName
{
background-color: #7F2C45;
}
</style>
border-color css
<style>
span { border-color: #7F2C45; }
span { border-color: rgb(127,44,69); }
td.TdClassName
{
border-color: #7F2C45;
}
.TagClassName
{
border-color: #7F2C45;
}
</style>