Shades of Flirt #7E2349
Tints of Flirt #7E2349
RGB
CMYK
RGB Variations
Color information
#7E2349 (or 0x7E2349) is known color: Flirt. HEX triplet: 7E, 23 and 49. RGB value is (126,35,73). Sum of RGB (Red+Green+Blue) = 126+35+73=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2349 is #81DCB6. Grayscale: #424242. Windows color (decimal): -8510647 or 4793214. OLE color: 4793214.
HSL color Cylindrical-coordinate representation of color #7E2349: hue angle of 334.95º 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 #7E2349 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 73 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.51 |
| HSL | 334.95º | 0.57% | 0.32% | - |
| HSV(B) | 334.95º | 0.72% | 0.49% | - |
| XYZ | 10.41 | 6.12 | 6.94 | - |
| YUV | 66.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 73 | 0 | 0.72 | 0.42 | 0.51 | 334.95 | 0.57 | 0.32 |
| Hex | 7E | 23 | 49 | 0 | 48 | 2A | 33 | 14F | 39 | 20 |
| Octal | 176 | 43 | 111 | 0 | 110 | 52 | 63 | 517 | 71 | 40 |
| Binary | 1111110 | 100011 | 1001001 | 0 | 1001000 | 101010 | 110011 | 101001111 | 111001 | 100000 |
Color Harmonies of #7E2349
Complementary color
Monochromatic Colors of #7E2349
Black with #7E2349
Text Example
Text Example
White with #7E2349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2349; }
p { color: rgb(126,35,73); }
H1.HeaderClassName
{
color: #7E2349;
}
.AnyTagClassName
{
color: #7E2349;
}
</style>
background-color css
<style>
a { background-color: #7E2349; }
a { background-color: rgb(126,35,73); }
div.DivClassName
{
background-color: #7E2349;
}
.BgClassName
{
background-color: #7E2349;
}
</style>
border-color css
<style>
span { border-color: #7E2349; }
span { border-color: rgb(126,35,73); }
td.TdClassName
{
border-color: #7E2349;
}
.TagClassName
{
border-color: #7E2349;
}
</style>