#835D7F

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

Shades of Trendy Pink #835D7F

Tints of Trendy Pink #835D7F

Color information

#835D7F (or 0x835D7F) is unknown color: approx Trendy Pink. HEX triplet: 83, 5D and 7F. RGB value is (131,93,127). Sum of RGB (Red+Green+Blue) = 131+93+127=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #835D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D7F is #7CA280. Grayscale: #6C6C6C. Windows color (decimal): -8168065 or 8347011. OLE color: 8347011.

HSL color Cylindrical-coordinate representation of color #835D7F: hue angle of 306.32º 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 #835D7F is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13193127-
CMYK00.290.030.49
HSL306.32º16.96%43.92%-
HSV(B)306.32º29.01%51.37%-
XYZ17.1114.1921.92-
YUV108.24138.59144.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 127 (50% from 255) = 36.18%
R=37.32%
G=26.50%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319312700.290.030.49306.3216.9643.92
Hex835D7F01D331132112c
Octal2031351770353614622154
Binary10000011101110111111110111011111000110011001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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