#7E3555

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

Shades of Flirt #7E3555

Tints of Flirt #7E3555

Color information

#7E3555 (or 0x7E3555) is unknown color: approx Flirt. HEX triplet: 7E, 35 and 55. RGB value is (126,53,85). Sum of RGB (Red+Green+Blue) = 126+53+85=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3555 is #81CAAA. Grayscale: #4E4E4E. Windows color (decimal): -8506027 or 5584254. OLE color: 5584254.

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

Color convert

RGB1265385-
CMYK00.580.330.51
HSL333.7º40.78%35.1%-
HSV(B)333.7º57.94%49.41%-
XYZ11.527.649.46-
YUV78.47131.68161.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.73%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=47.73%
G=20.08%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126538500.580.330.51333.740.7835.1
Hex7E355503A213314e2923
Octal1766512507241635165143
Binary111111011010110101010111010100001110011101001110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,53,85); }

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

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

 a { background-color: rgb(126,53,85); }

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

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

 span { border-color: rgb(126,53,85); }

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