#856381

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

Shades of Trendy Pink #856381

Tints of Trendy Pink #856381

Color information

#856381 (or 0x856381) is unknown color: approx Trendy Pink. HEX triplet: 85, 63 and 81. RGB value is (133,99,129). Sum of RGB (Red+Green+Blue) = 133+99+129=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856381 is #7A9C7E. Grayscale: #707070. Windows color (decimal): -8035455 or 8479621. OLE color: 8479621.

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

Color convert

RGB13399129-
CMYK00.260.030.48
HSL307.06º14.66%45.49%-
HSV(B)307.06º25.56%52.16%-
XYZ18.115.522.81-
YUV112.59137.26142.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=36.84%
G=27.42%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339912900.260.030.48307.0614.6645.49
Hex85638101A330133f2d
Octal2051432010323604631755
Binary10000101110001110000001011010111100001001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856381; }

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

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

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

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

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

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

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

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