Shades of Flirt #7E2A48
Tints of Flirt #7E2A48
RGB
CMYK
RGB Variations
Color information
#7E2A48 (or 0x7E2A48) is known color: Flirt. HEX triplet: 7E, 2A and 48. RGB value is (126,42,72). Sum of RGB (Red+Green+Blue) = 126+42+72=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A48 is #81D5B7. Grayscale: #464646. Windows color (decimal): -8508856 or 4729470. OLE color: 4729470.
HSL color Cylindrical-coordinate representation of color #7E2A48: hue angle of 338.57º 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 #7E2A48 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 72 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.51 |
| HSL | 338.57º | 0.5% | 0.33% | - |
| HSV(B) | 338.57º | 0.67% | 0.49% | - |
| XYZ | 10.6 | 6.56 | 6.84 | - |
| YUV | 70.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 72 | 0 | 0.67 | 0.43 | 0.51 | 338.57 | 0.5 | 0.33 |
| Hex | 7E | 2A | 48 | 0 | 43 | 2B | 33 | 153 | 32 | 21 |
| Octal | 176 | 52 | 110 | 0 | 103 | 53 | 63 | 523 | 62 | 41 |
| Binary | 1111110 | 101010 | 1001000 | 0 | 1000011 | 101011 | 110011 | 101010011 | 110010 | 100001 |
Color Harmonies of #7E2A48
Complementary color
Monochromatic Colors of #7E2A48
Black with #7E2A48
Text Example
Text Example
White with #7E2A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A48; }
p { color: rgb(126,42,72); }
H1.HeaderClassName
{
color: #7E2A48;
}
.AnyTagClassName
{
color: #7E2A48;
}
</style>
background-color css
<style>
a { background-color: #7E2A48; }
a { background-color: rgb(126,42,72); }
div.DivClassName
{
background-color: #7E2A48;
}
.BgClassName
{
background-color: #7E2A48;
}
</style>
border-color css
<style>
span { border-color: #7E2A48; }
span { border-color: rgb(126,42,72); }
td.TdClassName
{
border-color: #7E2A48;
}
.TagClassName
{
border-color: #7E2A48;
}
</style>