#7E2F48

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

Shades of Flirt #7E2F48

Tints of Flirt #7E2F48

Color information

#7E2F48 (or 0x7E2F48) is unknown color: approx Flirt. HEX triplet: 7E, 2F and 48. RGB value is (126,47,72). Sum of RGB (Red+Green+Blue) = 126+47+72=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2F48 is #81D0B7. Grayscale: #494949. Windows color (decimal): -8507576 or 4730750. OLE color: 4730750.

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

Color convert

RGB1264772-
CMYK00.630.430.51
HSL341.01º45.66%33.92%-
HSV(B)341.01º62.7%49.41%-
XYZ10.796.946.9-
YUV73.47127.17165.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.43%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=51.43%
G=19.18%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126477200.630.430.51341.0145.6633.92
Hex7E2F4803F2B331552e22
Octal1765711007753635255642
Binary111111010111110010000111111101011110011101010101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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