Shades of Flirt #7E1D4A
Tints of Flirt #7E1D4A
RGB
CMYK
RGB Variations
Color information
#7E1D4A (or 0x7E1D4A) is known color: Flirt. HEX triplet: 7E, 1D and 4A. RGB value is (126,29,74). Sum of RGB (Red+Green+Blue) = 126+29+74=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D4A is #81E2B5. Grayscale: #3F3F3F. Windows color (decimal): -8512182 or 4857214. OLE color: 4857214.
HSL color Cylindrical-coordinate representation of color #7E1D4A: hue angle of 332.16º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E1D4A is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 29 | 74 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.51 |
| HSL | 332.16º | 0.63% | 0.3% | - |
| HSV(B) | 332.16º | 0.77% | 0.49% | - |
| XYZ | 10.28 | 5.81 | 7.06 | - |
| YUV | 63.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 29 | 74 | 0 | 0.77 | 0.41 | 0.51 | 332.16 | 0.63 | 0.3 |
| Hex | 7E | 1D | 4A | 0 | 4D | 29 | 33 | 14C | 3F | 1E |
| Octal | 176 | 35 | 112 | 0 | 115 | 51 | 63 | 514 | 77 | 36 |
| Binary | 1111110 | 11101 | 1001010 | 0 | 1001101 | 101001 | 110011 | 101001100 | 111111 | 11110 |
Color Harmonies of #7E1D4A
Complementary color
Monochromatic Colors of #7E1D4A
Black with #7E1D4A
Text Example
Text Example
White with #7E1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1D4A; }
p { color: rgb(126,29,74); }
H1.HeaderClassName
{
color: #7E1D4A;
}
.AnyTagClassName
{
color: #7E1D4A;
}
</style>
background-color css
<style>
a { background-color: #7E1D4A; }
a { background-color: rgb(126,29,74); }
div.DivClassName
{
background-color: #7E1D4A;
}
.BgClassName
{
background-color: #7E1D4A;
}
</style>
border-color css
<style>
span { border-color: #7E1D4A; }
span { border-color: rgb(126,29,74); }
td.TdClassName
{
border-color: #7E1D4A;
}
.TagClassName
{
border-color: #7E1D4A;
}
</style>