#836484

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

Shades of Trendy Pink #836484

Tints of Trendy Pink #836484

Color information

#836484 (or 0x836484) is unknown color: approx Trendy Pink. HEX triplet: 83, 64 and 84. RGB value is (131,100,132). Sum of RGB (Red+Green+Blue) = 131+100+132=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #836484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836484 is #7C9B7B. Grayscale: #707070. Windows color (decimal): -8166268 or 8676483. OLE color: 8676483.

HSL color Cylindrical-coordinate representation of color #836484: hue angle of 298.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836484 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB131100132-
CMYK0.010.2400.48
HSL298.12º13.79%45.49%-
HSV(B)298.12º24.24%51.76%-
XYZ18.0815.6123.89-
YUV112.92138.77140.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=36.09%
G=27.55%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311001320.010.2400.48298.1213.7945.49
Hex83648411803012ae2d
Octal2031442041300604521655
Binary1000001111001001000010011100001100001001010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836484; }

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

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

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

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

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

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

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

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