#7E324C

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

Shades of Flirt #7E324C

Tints of Flirt #7E324C

Color information

#7E324C (or 0x7E324C) is unknown color: approx Flirt. HEX triplet: 7E, 32 and 4C. RGB value is (126,50,76). Sum of RGB (Red+Green+Blue) = 126+50+76=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E324C is #81CDB3. Grayscale: #4B4B4B. Windows color (decimal): -8506804 or 4993662. OLE color: 4993662.

HSL color Cylindrical-coordinate representation of color #7E324C: hue angle of 339.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E324C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1265076-
CMYK00.600.400.51
HSL339.47º43.18%34.51%-
HSV(B)339.47º60.32%49.41%-
XYZ11.057.247.65-
YUV75.69128.18163.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=50%
G=19.84%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126507600.600.400.51339.4743.1834.51
Hex7E324C03C28331532b23
Octal1766211407450635235343
Binary111111011001010011000111100101000110011101010011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,50,76); }

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

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

 a { background-color: rgb(126,50,76); }

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

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

 span { border-color: rgb(126,50,76); }

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