#835477

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

Shades of Trendy Pink #835477

Tints of Trendy Pink #835477

Color information

#835477 (or 0x835477) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 77. RGB value is (131,84,119). Sum of RGB (Red+Green+Blue) = 131+84+119=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #835477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835477 is #7CAB88. Grayscale: #656565. Windows color (decimal): -8170377 or 7820419. OLE color: 7820419.

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

Color convert

RGB13184119-
CMYK00.360.090.49
HSL315.32º21.86%42.16%-
HSV(B)315.32º35.88%51.37%-
XYZ15.8612.519.03-
YUV102.04137.57148.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=39.22%
G=25.15%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318411900.360.090.49315.3221.8642.16
Hex83547702493113b162a
Octal20312416704411614732652
Binary10000011101010011101110100100100111000110011101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835477; }

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

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

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

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

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

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

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

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