Shades of Flirt #7E234A
Tints of Flirt #7E234A
RGB
CMYK
RGB Variations
Color information
#7E234A (or 0x7E234A) is known color: Flirt. HEX triplet: 7E, 23 and 4A. RGB value is (126,35,74). Sum of RGB (Red+Green+Blue) = 126+35+74=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E234A is #81DCB5. Grayscale: #424242. Windows color (decimal): -8510646 or 4858750. OLE color: 4858750.
HSL color Cylindrical-coordinate representation of color #7E234A: hue angle of 334.29º 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 #7E234A is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 74 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.51 |
| HSL | 334.29º | 0.57% | 0.32% | - |
| HSV(B) | 334.29º | 0.72% | 0.49% | - |
| XYZ | 10.44 | 6.13 | 7.11 | - |
| YUV | 66.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 74 | 0 | 0.72 | 0.41 | 0.51 | 334.29 | 0.57 | 0.32 |
| Hex | 7E | 23 | 4A | 0 | 48 | 29 | 33 | 14E | 39 | 20 |
| Octal | 176 | 43 | 112 | 0 | 110 | 51 | 63 | 516 | 71 | 40 |
| Binary | 1111110 | 100011 | 1001010 | 0 | 1001000 | 101001 | 110011 | 101001110 | 111001 | 100000 |
Color Harmonies of #7E234A
Complementary color
Monochromatic Colors of #7E234A
Black with #7E234A
Text Example
Text Example
White with #7E234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E234A; }
p { color: rgb(126,35,74); }
H1.HeaderClassName
{
color: #7E234A;
}
.AnyTagClassName
{
color: #7E234A;
}
</style>
background-color css
<style>
a { background-color: #7E234A; }
a { background-color: rgb(126,35,74); }
div.DivClassName
{
background-color: #7E234A;
}
.BgClassName
{
background-color: #7E234A;
}
</style>
border-color css
<style>
span { border-color: #7E234A; }
span { border-color: rgb(126,35,74); }
td.TdClassName
{
border-color: #7E234A;
}
.TagClassName
{
border-color: #7E234A;
}
</style>