#7E395A

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

Shades of Flirt #7E395A

Tints of Flirt #7E395A

Color information

#7E395A (or 0x7E395A) is unknown color: approx Flirt. HEX triplet: 7E, 39 and 5A. RGB value is (126,57,90). Sum of RGB (Red+Green+Blue) = 126+57+90=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E395A is #81C6A5. Grayscale: #515151. Windows color (decimal): -8504998 or 5912958. OLE color: 5912958.

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

Color convert

RGB1265790-
CMYK00.550.290.51
HSL331.3º37.7%35.88%-
HSV(B)331.3º54.76%49.41%-
XYZ11.918.110.61-
YUV81.39132.86159.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=46.15%
G=20.88%
B=32.97%

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
Decimal126579000.550.290.51331.337.735.88
Hex7E395A0371D3314b2624
Octal1767113206735635134644
Binary11111101110011011010011011111101110011101001011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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