#856382

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

Shades of Trendy Pink #856382

Tints of Trendy Pink #856382

Color information

#856382 (or 0x856382) is unknown color: approx Trendy Pink. HEX triplet: 85, 63 and 82. RGB value is (133,99,130). Sum of RGB (Red+Green+Blue) = 133+99+130=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #856382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856382 is #7A9C7D. Grayscale: #707070. Windows color (decimal): -8035454 or 8545157. OLE color: 8545157.

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

Color convert

RGB13399130-
CMYK00.260.020.48
HSL305.29º14.66%45.49%-
HSV(B)305.29º25.56%52.16%-
XYZ18.1615.5223.16-
YUV112.7137.76142.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=36.74%
G=27.35%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339913000.260.020.48305.2914.6645.49
Hex85638201A230131f2d
Octal2051432020322604611755
Binary10000101110001110000010011010101100001001100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856382; }

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

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

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

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

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

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

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

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