#80637F

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

Shades of Trendy Pink #80637F

Tints of Trendy Pink #80637F

Color information

#80637F (or 0x80637F) is unknown color: approx Trendy Pink. HEX triplet: 80, 63 and 7F. RGB value is (128,99,127). Sum of RGB (Red+Green+Blue) = 128+99+127=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80637F is #7F9C80. Grayscale: #6E6E6E. Windows color (decimal): -8363137 or 8348544. OLE color: 8348544.

HSL color Cylindrical-coordinate representation of color #80637F: hue angle of 302.07º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80637F is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12899127-
CMYK00.230.010.50
HSL302.07º12.78%44.51%-
HSV(B)302.07º22.66%50.2%-
XYZ17.1915.0522.08-
YUV110.86137.11140.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 127 (50% from 255) = 35.88%
R=36.16%
G=27.97%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289912700.230.010.50302.0712.7844.51
Hex80637F01713212ed2d
Octal2001431770271624561555
Binary100000001100011111111101011111100101001011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80637F; }

 p { color: rgb(128,99,127); }

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

<style>
 a { background-color: #80637F; }

 a { background-color: rgb(128,99,127); }

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

<style>
 span { border-color: #80637F; }

 span { border-color: rgb(128,99,127); }

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