#835579

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

Shades of Trendy Pink #835579

Tints of Trendy Pink #835579

Color information

#835579 (or 0x835579) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 79. RGB value is (131,85,121). Sum of RGB (Red+Green+Blue) = 131+85+121=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #835579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835579 is #7CAA86. Grayscale: #666666. Windows color (decimal): -8170119 or 7951747. OLE color: 7951747.

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

Color convert

RGB13185121-
CMYK00.350.080.49
HSL313.04º21.3%42.35%-
HSV(B)313.04º35.11%51.37%-
XYZ16.0612.719.69-
YUV102.86138.24148.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=38.87%
G=25.22%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318512100.350.080.49313.0421.342.35
Hex835579023831139152a
Octal20312517104310614712552
Binary10000011101010111110010100011100011000110011100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835579; }

 p { color: rgb(131,85,121); }

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

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

 a { background-color: rgb(131,85,121); }

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

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

 span { border-color: rgb(131,85,121); }

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