#835D81

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

Shades of Trendy Pink #835D81

Tints of Trendy Pink #835D81

Color information

#835D81 (or 0x835D81) is unknown color: approx Trendy Pink. HEX triplet: 83, 5D and 81. RGB value is (131,93,129). Sum of RGB (Red+Green+Blue) = 131+93+129=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #835D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D81 is #7CA27E. Grayscale: #6C6C6C. Windows color (decimal): -8168063 or 8478083. OLE color: 8478083.

HSL color Cylindrical-coordinate representation of color #835D81: hue angle of 303.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #835D81 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13193129-
CMYK00.290.020.49
HSL303.16º16.96%43.92%-
HSV(B)303.16º29.01%51.37%-
XYZ17.2414.2422.61-
YUV108.47139.59144.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=37.11%
G=26.35%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319312900.290.020.49303.1616.9643.92
Hex835D8101D23112f112c
Octal2031352010352614572154
Binary100000111011101100000010111011011000110010111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835D81; }

 p { color: rgb(131,93,129); }

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

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

 a { background-color: rgb(131,93,129); }

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

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

 span { border-color: rgb(131,93,129); }

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