Shades of Flirt #7E3955
Tints of Flirt #7E3955
RGB
CMYK
RGB Variations
Color information
#7E3955 (or 0x7E3955) is known color: Flirt. HEX triplet: 7E, 39 and 55. RGB value is (126,57,85). Sum of RGB (Red+Green+Blue) = 126+57+85=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3955 is #81C6AA. Grayscale: #505050. Windows color (decimal): -8505003 or 5585278. OLE color: 5585278.
HSL color Cylindrical-coordinate representation of color #7E3955: hue angle of 335.65º 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 #7E3955 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 85 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.51 |
| HSL | 335.65º | 0.38% | 0.36% | - |
| HSV(B) | 335.65º | 0.55% | 0.49% | - |
| XYZ | 11.71 | 8.02 | 9.52 | - |
| YUV | 80.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 85 | 0 | 0.55 | 0.33 | 0.51 | 335.65 | 0.38 | 0.36 |
| Hex | 7E | 39 | 55 | 0 | 37 | 21 | 33 | 150 | 26 | 24 |
| Octal | 176 | 71 | 125 | 0 | 67 | 41 | 63 | 520 | 46 | 44 |
| Binary | 1111110 | 111001 | 1010101 | 0 | 110111 | 100001 | 110011 | 101010000 | 100110 | 100100 |
Color Harmonies of #7E3955
Complementary color
Monochromatic Colors of #7E3955
Black with #7E3955
Text Example
Text Example
White with #7E3955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3955; }
p { color: rgb(126,57,85); }
H1.HeaderClassName
{
color: #7E3955;
}
.AnyTagClassName
{
color: #7E3955;
}
</style>
background-color css
<style>
a { background-color: #7E3955; }
a { background-color: rgb(126,57,85); }
div.DivClassName
{
background-color: #7E3955;
}
.BgClassName
{
background-color: #7E3955;
}
</style>
border-color css
<style>
span { border-color: #7E3955; }
span { border-color: rgb(126,57,85); }
td.TdClassName
{
border-color: #7E3955;
}
.TagClassName
{
border-color: #7E3955;
}
</style>