#7E2C53

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

Shades of Flirt #7E2C53

Tints of Flirt #7E2C53

Color information

#7E2C53 (or 0x7E2C53) is unknown color: approx Flirt. HEX triplet: 7E, 2C and 53. RGB value is (126,44,83). Sum of RGB (Red+Green+Blue) = 126+44+83=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C53 is #81D3AC. Grayscale: #484848. Windows color (decimal): -8508333 or 5450878. OLE color: 5450878.

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

Color convert

RGB1264483-
CMYK00.650.340.51
HSL331.46º48.24%33.33%-
HSV(B)331.46º65.08%49.41%-
XYZ11.076.868.92-
YUV72.96133.67165.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.80%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=49.80%
G=17.39%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126448300.650.340.51331.4648.2433.33
Hex7E2C53041223314b3021
Octal17654123010142635136041
Binary1111110101100101001101000001100010110011101001011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,44,83); }

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

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

 a { background-color: rgb(126,44,83); }

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

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

 span { border-color: rgb(126,44,83); }

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