#836B84

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

Shades of Trendy Pink #836B84

Tints of Trendy Pink #836B84

Color information

#836B84 (or 0x836B84) is unknown color: approx Trendy Pink. HEX triplet: 83, 6B and 84. RGB value is (131,107,132). Sum of RGB (Red+Green+Blue) = 131+107+132=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #836B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B84 is #7C947B. Grayscale: #747474. Windows color (decimal): -8164476 or 8678275. OLE color: 8678275.

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

Color convert

RGB131107132-
CMYK0.010.1900.48
HSL297.6º10.46%46.86%-
HSV(B)297.6º18.94%51.76%-
XYZ18.7817.0124.12-
YUV117.03136.45137.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=35.41%
G=28.92%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311071320.010.1900.48297.610.4646.86
Hex836B8411303012aa2f
Octal2031532041230604521257
Binary1000001111010111000010011001101100001001010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,132); }

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

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

 a { background-color: rgb(131,107,132); }

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

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

 span { border-color: rgb(131,107,132); }

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