#856482

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

Shades of Trendy Pink #856482

Tints of Trendy Pink #856482

Color information

#856482 (or 0x856482) is unknown color: approx Trendy Pink. HEX triplet: 85, 64 and 82. RGB value is (133,100,130). Sum of RGB (Red+Green+Blue) = 133+100+130=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #856482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856482 is #7A9B7D. Grayscale: #717171. Windows color (decimal): -8035198 or 8545413. OLE color: 8545413.

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

Color convert

RGB133100130-
CMYK00.250.020.48
HSL305.45º14.16%45.69%-
HSV(B)305.45º24.81%52.16%-
XYZ18.2615.7123.19-
YUV113.29137.43142.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=36.64%
G=27.55%
B=35.81%

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
Decimal13310013000.250.020.48305.4514.1645.69
Hex856482019230131e2e
Octal2051442020312604611656
Binary10000101110010010000010011001101100001001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856482; }

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

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

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

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

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

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

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

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