#835977

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

Shades of Trendy Pink #835977

Tints of Trendy Pink #835977

Color information

#835977 (or 0x835977) is unknown color: approx Trendy Pink. HEX triplet: 83, 59 and 77. RGB value is (131,89,119). Sum of RGB (Red+Green+Blue) = 131+89+119=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #835977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835977 is #7CA688. Grayscale: #686868. Windows color (decimal): -8169097 or 7821699. OLE color: 7821699.

HSL color Cylindrical-coordinate representation of color #835977: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835977 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB13189119-
CMYK00.320.090.49
HSL317.14º19.09%43.14%-
HSV(B)317.14º32.06%51.37%-
XYZ16.2613.319.16-
YUV104.98135.91146.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=38.64%
G=26.25%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318911900.320.090.49317.1419.0943.14
Hex83597702093113d132b
Octal20313116704011614752353
Binary10000011101100111101110100000100111000110011110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835977; }

 p { color: rgb(131,89,119); }

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

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

 a { background-color: rgb(131,89,119); }

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

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

 span { border-color: rgb(131,89,119); }

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