Shades of Flirt #7E314C
Tints of Flirt #7E314C
RGB
CMYK
RGB Variations
Color information
#7E314C (or 0x7E314C) is known color: Flirt. HEX triplet: 7E, 31 and 4C. RGB value is (126,49,76). Sum of RGB (Red+Green+Blue) = 126+49+76=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E314C is #81CEB3. Grayscale: #4B4B4B. Windows color (decimal): -8507060 or 4993406. OLE color: 4993406.
HSL color Cylindrical-coordinate representation of color #7E314C: hue angle of 338.96º 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 #7E314C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 76 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.51 |
| HSL | 338.96º | 0.44% | 0.34% | - |
| HSV(B) | 338.96º | 0.61% | 0.49% | - |
| XYZ | 11.01 | 7.15 | 7.64 | - |
| YUV | 75.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 76 | 0 | 0.61 | 0.40 | 0.51 | 338.96 | 0.44 | 0.34 |
| Hex | 7E | 31 | 4C | 0 | 3D | 28 | 33 | 153 | 2C | 22 |
| Octal | 176 | 61 | 114 | 0 | 75 | 50 | 63 | 523 | 54 | 42 |
| Binary | 1111110 | 110001 | 1001100 | 0 | 111101 | 101000 | 110011 | 101010011 | 101100 | 100010 |
Color Harmonies of #7E314C
Complementary color
Monochromatic Colors of #7E314C
Black with #7E314C
Text Example
Text Example
White with #7E314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E314C; }
p { color: rgb(126,49,76); }
H1.HeaderClassName
{
color: #7E314C;
}
.AnyTagClassName
{
color: #7E314C;
}
</style>
background-color css
<style>
a { background-color: #7E314C; }
a { background-color: rgb(126,49,76); }
div.DivClassName
{
background-color: #7E314C;
}
.BgClassName
{
background-color: #7E314C;
}
</style>
border-color css
<style>
span { border-color: #7E314C; }
span { border-color: rgb(126,49,76); }
td.TdClassName
{
border-color: #7E314C;
}
.TagClassName
{
border-color: #7E314C;
}
</style>