#80537E

Color #80537E Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #80537E

Tints of Trendy Pink #80537E

Color information

#80537E (or 0x80537E) is unknown color: approx Trendy Pink. HEX triplet: 80, 53 and 7E. RGB value is (128,83,126). Sum of RGB (Red+Green+Blue) = 128+83+126=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80537E is #7FAC81. Grayscale: #656565. Windows color (decimal): -8367234 or 8278912. OLE color: 8278912.

HSL color Cylindrical-coordinate representation of color #80537E: hue angle of 302.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80537E is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12883126-
CMYK00.350.020.50
HSL302.67º21.33%41.37%-
HSV(B)302.67º35.16%50.2%-
XYZ15.7612.2821.28-
YUV101.36141.91147-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=37.98%
G=24.63%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288312600.350.020.50302.6721.3341.37
Hex80537E02323212f1529
Octal2001231760432624572551
Binary100000001010011111111001000111011001010010111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80537E; }

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

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

<style>
 a { background-color: #80537E; }

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

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

<style>
 span { border-color: #80537E; }

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

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