#835D7C

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

Shades of Trendy Pink #835D7C

Tints of Trendy Pink #835D7C

Color information

#835D7C (or 0x835D7C) is unknown color: approx Trendy Pink. HEX triplet: 83, 5D and 7C. RGB value is (131,93,124). Sum of RGB (Red+Green+Blue) = 131+93+124=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #835D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D7C is #7CA283. Grayscale: #6B6B6B. Windows color (decimal): -8168068 or 8150403. OLE color: 8150403.

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

Color convert

RGB13193124-
CMYK00.290.050.49
HSL311.05º16.96%43.92%-
HSV(B)311.05º29.01%51.37%-
XYZ16.9114.1120.9-
YUV107.9137.09144.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=37.64%
G=26.72%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319312400.290.050.49311.0516.9643.92
Hex835D7C01D531137112c
Octal2031351740355614672154
Binary100000111011101111110001110110111000110011011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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