#836480

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

Shades of Trendy Pink #836480

Tints of Trendy Pink #836480

Color information

#836480 (or 0x836480) is unknown color: approx Trendy Pink. HEX triplet: 83, 64 and 80. RGB value is (131,100,128). Sum of RGB (Red+Green+Blue) = 131+100+128=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #836480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836480 is #7C9B7F. Grayscale: #707070. Windows color (decimal): -8166272 or 8414339. OLE color: 8414339.

HSL color Cylindrical-coordinate representation of color #836480: hue angle of 305.81º 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 #836480 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131100128-
CMYK00.240.020.49
HSL305.81º13.42%45.29%-
HSV(B)305.81º23.66%51.37%-
XYZ17.8115.522.47-
YUV112.46136.77141.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=36.49%
G=27.86%
B=35.65%

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
Decimal13110012800.240.020.49305.8113.4245.29
Hex836480018231132d2d
Octal2031442000302614621555
Binary10000011110010010000000011000101100011001100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836480; }

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

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

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

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

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

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

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

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