#836182

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

Shades of Trendy Pink #836182

Tints of Trendy Pink #836182

Color information

#836182 (or 0x836182) is unknown color: approx Trendy Pink. HEX triplet: 83, 61 and 82. RGB value is (131,97,130). Sum of RGB (Red+Green+Blue) = 131+97+130=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #836182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836182 is #7C9E7D. Grayscale: #6E6E6E. Windows color (decimal): -8167038 or 8544643. OLE color: 8544643.

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

Color convert

RGB13197130-
CMYK00.260.010.49
HSL301.76º14.91%44.71%-
HSV(B)301.76º25.95%51.37%-
XYZ17.6614.9923.08-
YUV110.93138.76142.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=36.59%
G=27.09%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319713000.260.010.49301.7614.9144.71
Hex83618201A13112ef2d
Octal2031412020321614561755
Binary1000001111000011000001001101011100011001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836182; }

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

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

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

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

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

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

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

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