#856781

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

Shades of Trendy Pink #856781

Tints of Trendy Pink #856781

Color information

#856781 (or 0x856781) is unknown color: approx Trendy Pink. HEX triplet: 85, 67 and 81. RGB value is (133,103,129). Sum of RGB (Red+Green+Blue) = 133+103+129=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #856781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856781 is #7A987E. Grayscale: #727272. Windows color (decimal): -8034431 or 8480645. OLE color: 8480645.

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

Color convert

RGB133103129-
CMYK00.230.030.48
HSL308º12.71%46.27%-
HSV(B)308º22.56%52.16%-
XYZ18.4916.2722.94-
YUV114.93135.94140.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=36.44%
G=28.22%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310312900.230.030.4830812.7146.27
Hex856781017330134d2e
Octal2051472010273604641556
Binary10000101110011110000001010111111100001001101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856781; }

 p { color: rgb(133,103,129); }

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

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

 a { background-color: rgb(133,103,129); }

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

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

 span { border-color: rgb(133,103,129); }

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