#856484

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

Shades of Trendy Pink #856484

Tints of Trendy Pink #856484

Color information

#856484 (or 0x856484) is unknown color: approx Trendy Pink. HEX triplet: 85, 64 and 84. RGB value is (133,100,132). Sum of RGB (Red+Green+Blue) = 133+100+132=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #856484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856484 is #7A9B7B. Grayscale: #717171. Windows color (decimal): -8035196 or 8676485. OLE color: 8676485.

HSL color Cylindrical-coordinate representation of color #856484: hue angle of 301.82º 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 #856484 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB133100132-
CMYK00.250.010.48
HSL301.82º14.16%45.69%-
HSV(B)301.82º24.81%52.16%-
XYZ18.3915.7723.9-
YUV113.51138.43141.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=36.44%
G=27.40%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310013200.250.010.48301.8214.1645.69
Hex85648401913012ee2e
Octal2051442040311604561656
Binary1000010111001001000010001100111100001001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856484; }

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

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

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

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

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

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

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

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