#846382

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

Shades of Trendy Pink #846382

Tints of Trendy Pink #846382

Color information

#846382 (or 0x846382) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 82. RGB value is (132,99,130). Sum of RGB (Red+Green+Blue) = 132+99+130=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #846382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846382 is #7B9C7D. Grayscale: #707070. Windows color (decimal): -8100990 or 8545156. OLE color: 8545156.

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

Color convert

RGB13299130-
CMYK00.250.020.48
HSL303.64º14.29%45.29%-
HSV(B)303.64º25%51.76%-
XYZ18.0115.4423.15-
YUV112.4137.93141.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=36.57%
G=27.42%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329913000.250.020.48303.6414.2945.29
Hex846382019230130e2d
Octal2041432020312604601655
Binary10000100110001110000010011001101100001001100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846382; }

 p { color: rgb(132,99,130); }

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

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

 a { background-color: rgb(132,99,130); }

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

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

 span { border-color: rgb(132,99,130); }

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