#856184

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

Shades of Trendy Pink #856184

Tints of Trendy Pink #856184

Color information

#856184 (or 0x856184) is unknown color: approx Trendy Pink. HEX triplet: 85, 61 and 84. RGB value is (133,97,132). Sum of RGB (Red+Green+Blue) = 133+97+132=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #856184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856184 is #7A9E7B. Grayscale: #6F6F6F. Windows color (decimal): -8035964 or 8675717. OLE color: 8675717.

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

Color convert

RGB13397132-
CMYK00.270.010.48
HSL301.67º15.65%45.1%-
HSV(B)301.67º27.07%52.16%-
XYZ18.1115.223.81-
YUV111.75139.43143.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=36.74%
G=26.80%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339713200.270.010.48301.6715.6545.1
Hex85618401B13012e102d
Octal2051412040331604562055
Binary10000101110000110000100011011111000010010111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856184; }

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

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

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

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

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

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

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

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