#835476

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

Shades of Trendy Pink #835476

Tints of Trendy Pink #835476

Color information

#835476 (or 0x835476) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 76. RGB value is (131,84,118). Sum of RGB (Red+Green+Blue) = 131+84+118=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835476 is #7CAB89. Grayscale: #656565. Windows color (decimal): -8170378 or 7754883. OLE color: 7754883.

HSL color Cylindrical-coordinate representation of color #835476: hue angle of 316.6º 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 #835476 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB13184118-
CMYK00.360.100.49
HSL316.6º21.86%42.16%-
HSV(B)316.6º35.88%51.37%-
XYZ15.812.4718.71-
YUV101.93137.07148.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=39.34%
G=25.23%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318411800.360.100.49316.621.8642.16
Hex835476024A3113d162a
Octal20312416604412614752652
Binary10000011101010011101100100100101011000110011110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835476; }

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

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

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

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

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

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

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

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