Shades of Flirt #7E2A44
Tints of Flirt #7E2A44
RGB
CMYK
RGB Variations
Color information
#7E2A44 (or 0x7E2A44) is known color: Flirt. HEX triplet: 7E, 2A and 44. RGB value is (126,42,68). Sum of RGB (Red+Green+Blue) = 126+42+68=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A44 is #81D5BB. Grayscale: #464646. Windows color (decimal): -8508860 or 4467326. OLE color: 4467326.
HSL color Cylindrical-coordinate representation of color #7E2A44: hue angle of 341.43º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A44 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 68 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.51 |
| HSL | 341.43º | 0.5% | 0.33% | - |
| HSV(B) | 341.43º | 0.67% | 0.49% | - |
| XYZ | 10.48 | 6.51 | 6.17 | - |
| YUV | 70.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 68 | 0 | 0.67 | 0.46 | 0.51 | 341.43 | 0.5 | 0.33 |
| Hex | 7E | 2A | 44 | 0 | 43 | 2E | 33 | 155 | 32 | 21 |
| Octal | 176 | 52 | 104 | 0 | 103 | 56 | 63 | 525 | 62 | 41 |
| Binary | 1111110 | 101010 | 1000100 | 0 | 1000011 | 101110 | 110011 | 101010101 | 110010 | 100001 |
Color Harmonies of #7E2A44
Complementary color
Monochromatic Colors of #7E2A44
Black with #7E2A44
Text Example
Text Example
White with #7E2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A44; }
p { color: rgb(126,42,68); }
H1.HeaderClassName
{
color: #7E2A44;
}
.AnyTagClassName
{
color: #7E2A44;
}
</style>
background-color css
<style>
a { background-color: #7E2A44; }
a { background-color: rgb(126,42,68); }
div.DivClassName
{
background-color: #7E2A44;
}
.BgClassName
{
background-color: #7E2A44;
}
</style>
border-color css
<style>
span { border-color: #7E2A44; }
span { border-color: rgb(126,42,68); }
td.TdClassName
{
border-color: #7E2A44;
}
.TagClassName
{
border-color: #7E2A44;
}
</style>