#835D7A

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

Shades of Trendy Pink #835D7A

Tints of Trendy Pink #835D7A

Color information

#835D7A (or 0x835D7A) is unknown color: approx Trendy Pink. HEX triplet: 83, 5D and 7A. RGB value is (131,93,122). Sum of RGB (Red+Green+Blue) = 131+93+122=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #835D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D7A is #7CA285. Grayscale: #6B6B6B. Windows color (decimal): -8168070 or 8019331. OLE color: 8019331.

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

Color convert

RGB13193122-
CMYK00.290.070.49
HSL314.21º16.96%43.92%-
HSV(B)314.21º29.01%51.37%-
XYZ16.7914.0620.24-
YUV107.67136.09144.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=37.86%
G=26.88%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319312200.290.070.49314.2116.9643.92
Hex835D7A01D73113a112c
Octal2031351720357614722154
Binary100000111011101111101001110111111000110011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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