#7E2E4D

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

Shades of Flirt #7E2E4D

Tints of Flirt #7E2E4D

Color information

#7E2E4D (or 0x7E2E4D) is unknown color: approx Flirt. HEX triplet: 7E, 2E and 4D. RGB value is (126,46,77). Sum of RGB (Red+Green+Blue) = 126+46+77=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2E4D is #81D1B2. Grayscale: #494949. Windows color (decimal): -8507827 or 5058174. OLE color: 5058174.

HSL color Cylindrical-coordinate representation of color #7E2E4D: hue angle of 336.75º degrees, saturation: 0.47, 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 #7E2E4D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB1264677-
CMYK00.630.390.51
HSL336.75º46.51%33.73%-
HSV(B)336.75º63.49%49.41%-
XYZ10.926.937.78-
YUV73.45130165.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.60%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=50.60%
G=18.47%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126467700.630.390.51336.7546.5133.73
Hex7E2E4D03F27331512f22
Octal1765611507747635215742
Binary111111010111010011010111111100111110011101010001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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