Shades of Flirt #7E314D
Tints of Flirt #7E314D
RGB
CMYK
RGB Variations
Color information
#7E314D (or 0x7E314D) is known color: Flirt. HEX triplet: 7E, 31 and 4D. RGB value is (126,49,77). Sum of RGB (Red+Green+Blue) = 126+49+77=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E314D is #81CEB2. Grayscale: #4B4B4B. Windows color (decimal): -8507059 or 5058942. OLE color: 5058942.
HSL color Cylindrical-coordinate representation of color #7E314D: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E314D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 77 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.51 |
| HSL | 338.18º | 0.44% | 0.34% | - |
| HSV(B) | 338.18º | 0.61% | 0.49% | - |
| XYZ | 11.04 | 7.17 | 7.82 | - |
| YUV | 75.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 77 | 0 | 0.61 | 0.39 | 0.51 | 338.18 | 0.44 | 0.34 |
| Hex | 7E | 31 | 4D | 0 | 3D | 27 | 33 | 152 | 2C | 22 |
| Octal | 176 | 61 | 115 | 0 | 75 | 47 | 63 | 522 | 54 | 42 |
| Binary | 1111110 | 110001 | 1001101 | 0 | 111101 | 100111 | 110011 | 101010010 | 101100 | 100010 |
Color Harmonies of #7E314D
Complementary color
Monochromatic Colors of #7E314D
Black with #7E314D
Text Example
Text Example
White with #7E314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E314D; }
p { color: rgb(126,49,77); }
H1.HeaderClassName
{
color: #7E314D;
}
.AnyTagClassName
{
color: #7E314D;
}
</style>
background-color css
<style>
a { background-color: #7E314D; }
a { background-color: rgb(126,49,77); }
div.DivClassName
{
background-color: #7E314D;
}
.BgClassName
{
background-color: #7E314D;
}
</style>
border-color css
<style>
span { border-color: #7E314D; }
span { border-color: rgb(126,49,77); }
td.TdClassName
{
border-color: #7E314D;
}
.TagClassName
{
border-color: #7E314D;
}
</style>