#7E3959

Color #7E3959 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7E3959

Tints of Flirt #7E3959

Color information

#7E3959 (or 0x7E3959) is unknown color: approx Flirt. HEX triplet: 7E, 39 and 59. RGB value is (126,57,89). Sum of RGB (Red+Green+Blue) = 126+57+89=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3959 is #81C6A6. Grayscale: #515151. Windows color (decimal): -8504999 or 5847422. OLE color: 5847422.

HSL color Cylindrical-coordinate representation of color #7E3959: hue angle of 332.17º 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 #7E3959 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1265789-
CMYK00.550.290.51
HSL332.17º37.7%35.88%-
HSV(B)332.17º54.76%49.41%-
XYZ11.878.0810.39-
YUV81.28132.36159.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 46.32%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=46.32%
G=20.96%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126578900.550.290.51332.1737.735.88
Hex7E39590371D3314c2624
Octal1767113106735635144644
Binary11111101110011011001011011111101110011101001100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E3959; }

 p { color: rgb(126,57,89); }

 H1.HeaderClassName
 {
   color: #7E3959;
 }
 .AnyTagClassName
 {
   color: #7E3959;
 }
</style>
background-color css

<style>
 a { background-color: #7E3959; }

 a { background-color: rgb(126,57,89); }

 div.DivClassName
 {
   background-color: #7E3959;
 }
 .BgClassName
 {
   background-color: #7E3959;
 }
</style>
border-color css

<style>
 span { border-color: #7E3959; }

 span { border-color: rgb(126,57,89); }

 td.TdClassName
 {
   border-color: #7E3959;
 }
 .TagClassName
 {
   border-color: #7E3959;
 }
</style>