#7E2F49

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

Shades of Flirt #7E2F49

Tints of Flirt #7E2F49

Color information

#7E2F49 (or 0x7E2F49) is unknown color: approx Flirt. HEX triplet: 7E, 2F and 49. RGB value is (126,47,73). Sum of RGB (Red+Green+Blue) = 126+47+73=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2F49 is #81D0B6. Grayscale: #494949. Windows color (decimal): -8507575 or 4796286. OLE color: 4796286.

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

Color convert

RGB1264773-
CMYK00.630.420.51
HSL340.25º45.66%33.92%-
HSV(B)340.25º62.7%49.41%-
XYZ10.826.957.07-
YUV73.59127.67165.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.22%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=51.22%
G=19.11%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126477300.630.420.51340.2545.6633.92
Hex7E2F4903F2A331542e22
Octal1765711107752635245642
Binary111111010111110010010111111101010110011101010100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,47,73); }

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

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

 a { background-color: rgb(126,47,73); }

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

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

 span { border-color: rgb(126,47,73); }

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