Shades of Flirt #7E314B
Tints of Flirt #7E314B
RGB
CMYK
RGB Variations
Color information
#7E314B (or 0x7E314B) is known color: Flirt. HEX triplet: 7E, 31 and 4B. RGB value is (126,49,75). Sum of RGB (Red+Green+Blue) = 126+49+75=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E314B is #81CEB4. Grayscale: #4A4A4A. Windows color (decimal): -8507061 or 4927870. OLE color: 4927870.
HSL color Cylindrical-coordinate representation of color #7E314B: hue angle of 339.74º 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 #7E314B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 75 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.51 |
| HSL | 339.74º | 0.44% | 0.34% | - |
| HSV(B) | 339.74º | 0.61% | 0.49% | - |
| XYZ | 10.97 | 7.14 | 7.46 | - |
| YUV | 74.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 75 | 0 | 0.61 | 0.40 | 0.51 | 339.74 | 0.44 | 0.34 |
| Hex | 7E | 31 | 4B | 0 | 3D | 28 | 33 | 154 | 2C | 22 |
| Octal | 176 | 61 | 113 | 0 | 75 | 50 | 63 | 524 | 54 | 42 |
| Binary | 1111110 | 110001 | 1001011 | 0 | 111101 | 101000 | 110011 | 101010100 | 101100 | 100010 |
Color Harmonies of #7E314B
Complementary color
Monochromatic Colors of #7E314B
Black with #7E314B
Text Example
Text Example
White with #7E314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E314B; }
p { color: rgb(126,49,75); }
H1.HeaderClassName
{
color: #7E314B;
}
.AnyTagClassName
{
color: #7E314B;
}
</style>
background-color css
<style>
a { background-color: #7E314B; }
a { background-color: rgb(126,49,75); }
div.DivClassName
{
background-color: #7E314B;
}
.BgClassName
{
background-color: #7E314B;
}
</style>
border-color css
<style>
span { border-color: #7E314B; }
span { border-color: rgb(126,49,75); }
td.TdClassName
{
border-color: #7E314B;
}
.TagClassName
{
border-color: #7E314B;
}
</style>