Shades of Flirt #7E2346
Tints of Flirt #7E2346
RGB
CMYK
RGB Variations
Color information
#7E2346 (or 0x7E2346) is known color: Flirt. HEX triplet: 7E, 23 and 46. RGB value is (126,35,70). Sum of RGB (Red+Green+Blue) = 126+35+70=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2346 is #81DCB9. Grayscale: #424242. Windows color (decimal): -8510650 or 4596606. OLE color: 4596606.
HSL color Cylindrical-coordinate representation of color #7E2346: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2346 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 70 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.51 |
| HSL | 336.92º | 0.57% | 0.32% | - |
| HSV(B) | 336.92º | 0.72% | 0.49% | - |
| XYZ | 10.31 | 6.08 | 6.42 | - |
| YUV | 66.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 70 | 0 | 0.72 | 0.44 | 0.51 | 336.92 | 0.57 | 0.32 |
| Hex | 7E | 23 | 46 | 0 | 48 | 2C | 33 | 151 | 39 | 20 |
| Octal | 176 | 43 | 106 | 0 | 110 | 54 | 63 | 521 | 71 | 40 |
| Binary | 1111110 | 100011 | 1000110 | 0 | 1001000 | 101100 | 110011 | 101010001 | 111001 | 100000 |
Color Harmonies of #7E2346
Complementary color
Monochromatic Colors of #7E2346
Black with #7E2346
Text Example
Text Example
White with #7E2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2346; }
p { color: rgb(126,35,70); }
H1.HeaderClassName
{
color: #7E2346;
}
.AnyTagClassName
{
color: #7E2346;
}
</style>
background-color css
<style>
a { background-color: #7E2346; }
a { background-color: rgb(126,35,70); }
div.DivClassName
{
background-color: #7E2346;
}
.BgClassName
{
background-color: #7E2346;
}
</style>
border-color css
<style>
span { border-color: #7E2346; }
span { border-color: rgb(126,35,70); }
td.TdClassName
{
border-color: #7E2346;
}
.TagClassName
{
border-color: #7E2346;
}
</style>