#835D7B

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

Shades of Trendy Pink #835D7B

Tints of Trendy Pink #835D7B

Color information

#835D7B (or 0x835D7B) is unknown color: approx Trendy Pink. HEX triplet: 83, 5D and 7B. RGB value is (131,93,123). Sum of RGB (Red+Green+Blue) = 131+93+123=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #835D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D7B is #7CA284. Grayscale: #6B6B6B. Windows color (decimal): -8168069 or 8084867. OLE color: 8084867.

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

Color convert

RGB13193123-
CMYK00.290.060.49
HSL312.63º16.96%43.92%-
HSV(B)312.63º29.01%51.37%-
XYZ16.8514.0820.57-
YUV107.78136.59144.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=37.75%
G=26.80%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319312300.290.060.49312.6316.9643.92
Hex835D7B01D631139112c
Octal2031351730356614712154
Binary100000111011101111101101110111011000110011100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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