#836D85

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

Shades of Trendy Pink #836D85

Tints of Trendy Pink #836D85

Color information

#836D85 (or 0x836D85) is unknown color: approx Trendy Pink. HEX triplet: 83, 6D and 85. RGB value is (131,109,133). Sum of RGB (Red+Green+Blue) = 131+109+133=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #836D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836D85 is #7C927A. Grayscale: #767676. Windows color (decimal): -8163963 or 8744323. OLE color: 8744323.

HSL color Cylindrical-coordinate representation of color #836D85: hue angle of 295º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836D85 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB131109133-
CMYK0.020.1800.48
HSL295º9.92%47.45%-
HSV(B)295º18.05%52.16%-
XYZ19.0617.4624.55-
YUV118.31136.29137.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=35.12%
G=29.22%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311091330.020.1800.482959.9247.45
Hex836D85212030127a2f
Octal2031552052220604471257
Binary10000011110110110000101101001001100001001001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836D85; }

 p { color: rgb(131,109,133); }

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

<style>
 a { background-color: #836D85; }

 a { background-color: rgb(131,109,133); }

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

<style>
 span { border-color: #836D85; }

 span { border-color: rgb(131,109,133); }

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