#835480

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

Shades of Trendy Pink #835480

Tints of Trendy Pink #835480

Color information

#835480 (or 0x835480) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 80. RGB value is (131,84,128). Sum of RGB (Red+Green+Blue) = 131+84+128=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #835480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835480 is #7CAB7F. Grayscale: #666666. Windows color (decimal): -8170368 or 8410243. OLE color: 8410243.

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

Color convert

RGB13184128-
CMYK00.360.020.49
HSL303.83º21.86%42.16%-
HSV(B)303.83º35.88%51.37%-
XYZ16.4312.7222.01-
YUV103.07142.07147.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=38.19%
G=24.49%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318412800.360.020.49303.8321.8642.16
Hex835480024231130162a
Octal2031242000442614602652
Binary1000001110101001000000001001001011000110011000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835480; }

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

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

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

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

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

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

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

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