#7E314D

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

Shades of Flirt #7E314D

Tints of Flirt #7E314D

Color information

#7E314D (or 0x7E314D) is unknown color: approx Flirt. HEX triplet: 7E, 31 and 4D. RGB value is (126,49,77). Sum of RGB (Red+Green+Blue) = 126+49+77=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E314D is #81CEB2. Grayscale: #4B4B4B. Windows color (decimal): -8507059 or 5058942. OLE color: 5058942.

HSL color Cylindrical-coordinate representation of color #7E314D: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E314D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB1264977-
CMYK00.610.390.51
HSL338.18º44%34.31%-
HSV(B)338.18º61.11%49.41%-
XYZ11.047.177.82-
YUV75.22129.01164.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=50%
G=19.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126497700.610.390.51338.184434.31
Hex7E314D03D27331522c22
Octal1766111507547635225442
Binary111111011000110011010111101100111110011101010010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,49,77); }

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

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

 a { background-color: rgb(126,49,77); }

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

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

 span { border-color: rgb(126,49,77); }

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