Shades of Flirt #7E3450
Tints of Flirt #7E3450
RGB
CMYK
RGB Variations
Color information
#7E3450 (or 0x7E3450) is known color: Flirt. HEX triplet: 7E, 34 and 50. RGB value is (126,52,80). Sum of RGB (Red+Green+Blue) = 126+52+80=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3450 is #81CBAF. Grayscale: #4D4D4D. Windows color (decimal): -8506288 or 5256318. OLE color: 5256318.
HSL color Cylindrical-coordinate representation of color #7E3450: hue angle of 337.3º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3450 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 80 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.51 |
| HSL | 337.3º | 0.42% | 0.35% | - |
| HSV(B) | 337.3º | 0.59% | 0.49% | - |
| XYZ | 11.28 | 7.47 | 8.44 | - |
| YUV | 77.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 80 | 0 | 0.59 | 0.37 | 0.51 | 337.3 | 0.42 | 0.35 |
| Hex | 7E | 34 | 50 | 0 | 3B | 25 | 33 | 151 | 2A | 23 |
| Octal | 176 | 64 | 120 | 0 | 73 | 45 | 63 | 521 | 52 | 43 |
| Binary | 1111110 | 110100 | 1010000 | 0 | 111011 | 100101 | 110011 | 101010001 | 101010 | 100011 |
Color Harmonies of #7E3450
Complementary color
Monochromatic Colors of #7E3450
Black with #7E3450
Text Example
Text Example
White with #7E3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3450; }
p { color: rgb(126,52,80); }
H1.HeaderClassName
{
color: #7E3450;
}
.AnyTagClassName
{
color: #7E3450;
}
</style>
background-color css
<style>
a { background-color: #7E3450; }
a { background-color: rgb(126,52,80); }
div.DivClassName
{
background-color: #7E3450;
}
.BgClassName
{
background-color: #7E3450;
}
</style>
border-color css
<style>
span { border-color: #7E3450; }
span { border-color: rgb(126,52,80); }
td.TdClassName
{
border-color: #7E3450;
}
.TagClassName
{
border-color: #7E3450;
}
</style>