Shades of Flirt #7E3953
Tints of Flirt #7E3953
RGB
CMYK
RGB Variations
Color information
#7E3953 (or 0x7E3953) is known color: Flirt. HEX triplet: 7E, 39 and 53. RGB value is (126,57,83). Sum of RGB (Red+Green+Blue) = 126+57+83=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3953 is #81C6AC. Grayscale: #505050. Windows color (decimal): -8505005 or 5454206. OLE color: 5454206.
HSL color Cylindrical-coordinate representation of color #7E3953: hue angle of 337.39º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3953 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 83 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.51 |
| HSL | 337.39º | 0.38% | 0.36% | - |
| HSV(B) | 337.39º | 0.55% | 0.49% | - |
| XYZ | 11.63 | 7.99 | 9.11 | - |
| YUV | 80.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 83 | 0 | 0.55 | 0.34 | 0.51 | 337.39 | 0.38 | 0.36 |
| Hex | 7E | 39 | 53 | 0 | 37 | 22 | 33 | 151 | 26 | 24 |
| Octal | 176 | 71 | 123 | 0 | 67 | 42 | 63 | 521 | 46 | 44 |
| Binary | 1111110 | 111001 | 1010011 | 0 | 110111 | 100010 | 110011 | 101010001 | 100110 | 100100 |
Color Harmonies of #7E3953
Complementary color
Monochromatic Colors of #7E3953
Black with #7E3953
Text Example
Text Example
White with #7E3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3953; }
p { color: rgb(126,57,83); }
H1.HeaderClassName
{
color: #7E3953;
}
.AnyTagClassName
{
color: #7E3953;
}
</style>
background-color css
<style>
a { background-color: #7E3953; }
a { background-color: rgb(126,57,83); }
div.DivClassName
{
background-color: #7E3953;
}
.BgClassName
{
background-color: #7E3953;
}
</style>
border-color css
<style>
span { border-color: #7E3953; }
span { border-color: rgb(126,57,83); }
td.TdClassName
{
border-color: #7E3953;
}
.TagClassName
{
border-color: #7E3953;
}
</style>