#856182

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

Shades of Trendy Pink #856182

Tints of Trendy Pink #856182

Color information

#856182 (or 0x856182) is unknown color: approx Trendy Pink. HEX triplet: 85, 61 and 82. RGB value is (133,97,130). Sum of RGB (Red+Green+Blue) = 133+97+130=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #856182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856182 is #7A9E7D. Grayscale: #6F6F6F. Windows color (decimal): -8035966 or 8544645. OLE color: 8544645.

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

Color convert

RGB13397130-
CMYK00.270.020.48
HSL305º15.65%45.1%-
HSV(B)305º27.07%52.16%-
XYZ17.9815.1523.1-
YUV111.53138.43143.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=36.94%
G=26.94%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339713000.270.020.4830515.6545.1
Hex85618201B230131102d
Octal2051412020332604612055
Binary100001011100001100000100110111011000010011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856182; }

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

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

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

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

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

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

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

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