Shades of Flirt #7F2D44
Tints of Flirt #7F2D44
RGB
CMYK
RGB Variations
Color information
#7F2D44 (or 0x7F2D44) is known color: Flirt. HEX triplet: 7F, 2D and 44. RGB value is (127,45,68). Sum of RGB (Red+Green+Blue) = 127+45+68=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D44 is #80D2BB. Grayscale: #484848. Windows color (decimal): -8442556 or 4468095. OLE color: 4468095.
HSL color Cylindrical-coordinate representation of color #7F2D44: hue angle of 343.17º degrees, saturation: 0.48, 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 #7F2D44 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 68 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.50 |
| HSL | 343.17º | 0.48% | 0.34% | - |
| HSV(B) | 343.17º | 0.65% | 0.5% | - |
| XYZ | 10.73 | 6.81 | 6.22 | - |
| YUV | 72.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 68 | 0 | 0.65 | 0.46 | 0.50 | 343.17 | 0.48 | 0.34 |
| Hex | 7F | 2D | 44 | 0 | 41 | 2E | 32 | 157 | 30 | 22 |
| Octal | 177 | 55 | 104 | 0 | 101 | 56 | 62 | 527 | 60 | 42 |
| Binary | 1111111 | 101101 | 1000100 | 0 | 1000001 | 101110 | 110010 | 101010111 | 110000 | 100010 |
Color Harmonies of #7F2D44
Complementary color
Monochromatic Colors of #7F2D44
Black with #7F2D44
Text Example
Text Example
White with #7F2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D44; }
p { color: rgb(127,45,68); }
H1.HeaderClassName
{
color: #7F2D44;
}
.AnyTagClassName
{
color: #7F2D44;
}
</style>
background-color css
<style>
a { background-color: #7F2D44; }
a { background-color: rgb(127,45,68); }
div.DivClassName
{
background-color: #7F2D44;
}
.BgClassName
{
background-color: #7F2D44;
}
</style>
border-color css
<style>
span { border-color: #7F2D44; }
span { border-color: rgb(127,45,68); }
td.TdClassName
{
border-color: #7F2D44;
}
.TagClassName
{
border-color: #7F2D44;
}
</style>