#836782

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

Shades of Trendy Pink #836782

Tints of Trendy Pink #836782

Color information

#836782 (or 0x836782) is unknown color: approx Trendy Pink. HEX triplet: 83, 67 and 82. RGB value is (131,103,130). Sum of RGB (Red+Green+Blue) = 131+103+130=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #836782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836782 is #7C987D. Grayscale: #727272. Windows color (decimal): -8165502 or 8546179. OLE color: 8546179.

HSL color Cylindrical-coordinate representation of color #836782: hue angle of 302.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836782 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB131103130-
CMYK00.210.010.49
HSL302.14º11.97%45.88%-
HSV(B)302.14º21.37%51.37%-
XYZ18.2416.1423.27-
YUV114.45136.78139.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=35.99%
G=28.30%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110313000.210.010.49302.1411.9745.88
Hex83678201513112ec2e
Octal2031472020251614561456
Binary1000001111001111000001001010111100011001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836782; }

 p { color: rgb(131,103,130); }

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

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

 a { background-color: rgb(131,103,130); }

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

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

 span { border-color: rgb(131,103,130); }

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