#7E2846

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

Shades of Flirt #7E2846

Tints of Flirt #7E2846

Color information

#7E2846 (or 0x7E2846) is unknown color: approx Flirt. HEX triplet: 7E, 28 and 46. RGB value is (126,40,70). Sum of RGB (Red+Green+Blue) = 126+40+70=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2846 is #81D7B9. Grayscale: #454545. Windows color (decimal): -8509370 or 4597886. OLE color: 4597886.

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

Color convert

RGB1264070-
CMYK00.680.440.51
HSL339.07º51.81%32.55%-
HSV(B)339.07º68.25%49.41%-
XYZ10.476.46.48-
YUV69.13128.49168.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.39%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=53.39%
G=16.95%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126407000.680.440.51339.0751.8132.55
Hex7E28460442C331533421
Octal17650106010454635236441
Binary1111110101000100011001000100101100110011101010011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,40,70); }

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

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

 a { background-color: rgb(126,40,70); }

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

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

 span { border-color: rgb(126,40,70); }

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