#836481

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

Shades of Trendy Pink #836481

Tints of Trendy Pink #836481

Color information

#836481 (or 0x836481) is unknown color: approx Trendy Pink. HEX triplet: 83, 64 and 81. RGB value is (131,100,129). Sum of RGB (Red+Green+Blue) = 131+100+129=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #836481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836481 is #7C9B7E. Grayscale: #707070. Windows color (decimal): -8166271 or 8479875. OLE color: 8479875.

HSL color Cylindrical-coordinate representation of color #836481: hue angle of 303.87º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836481 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131100129-
CMYK00.240.020.49
HSL303.87º13.42%45.29%-
HSV(B)303.87º23.66%51.37%-
XYZ17.8815.5222.82-
YUV112.58137.27141.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=36.39%
G=27.78%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110012900.240.020.49303.8713.4245.29
Hex836481018231130d2d
Octal2031442010302614601555
Binary10000011110010010000001011000101100011001100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836481; }

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

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

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

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

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

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

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

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