Shades of Flirt #7E324B
Tints of Flirt #7E324B
RGB
CMYK
RGB Variations
Color information
#7E324B (or 0x7E324B) is known color: Flirt. HEX triplet: 7E, 32 and 4B. RGB value is (126,50,75). Sum of RGB (Red+Green+Blue) = 126+50+75=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E324B is #81CDB4. Grayscale: #4B4B4B. Windows color (decimal): -8506805 or 4928126. OLE color: 4928126.
HSL color Cylindrical-coordinate representation of color #7E324B: hue angle of 340.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E324B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 50 | 75 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.51 |
| HSL | 340.26º | 0.43% | 0.35% | - |
| HSV(B) | 340.26º | 0.6% | 0.49% | - |
| XYZ | 11.01 | 7.22 | 7.47 | - |
| YUV | 75.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 75 | 0 | 0.60 | 0.40 | 0.51 | 340.26 | 0.43 | 0.35 |
| Hex | 7E | 32 | 4B | 0 | 3C | 28 | 33 | 154 | 2B | 23 |
| Octal | 176 | 62 | 113 | 0 | 74 | 50 | 63 | 524 | 53 | 43 |
| Binary | 1111110 | 110010 | 1001011 | 0 | 111100 | 101000 | 110011 | 101010100 | 101011 | 100011 |
Color Harmonies of #7E324B
Complementary color
Monochromatic Colors of #7E324B
Black with #7E324B
Text Example
Text Example
White with #7E324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E324B; }
p { color: rgb(126,50,75); }
H1.HeaderClassName
{
color: #7E324B;
}
.AnyTagClassName
{
color: #7E324B;
}
</style>
background-color css
<style>
a { background-color: #7E324B; }
a { background-color: rgb(126,50,75); }
div.DivClassName
{
background-color: #7E324B;
}
.BgClassName
{
background-color: #7E324B;
}
</style>
border-color css
<style>
span { border-color: #7E324B; }
span { border-color: rgb(126,50,75); }
td.TdClassName
{
border-color: #7E324B;
}
.TagClassName
{
border-color: #7E324B;
}
</style>