Shades of Flirt #7E224A
Tints of Flirt #7E224A
RGB
CMYK
RGB Variations
Color information
#7E224A (or 0x7E224A) is known color: Flirt. HEX triplet: 7E, 22 and 4A. RGB value is (126,34,74). Sum of RGB (Red+Green+Blue) = 126+34+74=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E224A is #81DDB5. Grayscale: #424242. Windows color (decimal): -8510902 or 4858494. OLE color: 4858494.
HSL color Cylindrical-coordinate representation of color #7E224A: hue angle of 333.91º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E224A is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 34 | 74 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.51 |
| HSL | 333.91º | 0.58% | 0.31% | - |
| HSV(B) | 333.91º | 0.73% | 0.49% | - |
| XYZ | 10.41 | 6.07 | 7.1 | - |
| YUV | 66.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 74 | 0 | 0.73 | 0.41 | 0.51 | 333.91 | 0.58 | 0.31 |
| Hex | 7E | 22 | 4A | 0 | 49 | 29 | 33 | 14E | 3A | 1F |
| Octal | 176 | 42 | 112 | 0 | 111 | 51 | 63 | 516 | 72 | 37 |
| Binary | 1111110 | 100010 | 1001010 | 0 | 1001001 | 101001 | 110011 | 101001110 | 111010 | 11111 |
Color Harmonies of #7E224A
Complementary color
Monochromatic Colors of #7E224A
Black with #7E224A
Text Example
Text Example
White with #7E224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E224A; }
p { color: rgb(126,34,74); }
H1.HeaderClassName
{
color: #7E224A;
}
.AnyTagClassName
{
color: #7E224A;
}
</style>
background-color css
<style>
a { background-color: #7E224A; }
a { background-color: rgb(126,34,74); }
div.DivClassName
{
background-color: #7E224A;
}
.BgClassName
{
background-color: #7E224A;
}
</style>
border-color css
<style>
span { border-color: #7E224A; }
span { border-color: rgb(126,34,74); }
td.TdClassName
{
border-color: #7E224A;
}
.TagClassName
{
border-color: #7E224A;
}
</style>