#855177

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

Shades of Trendy Pink #855177

Tints of Trendy Pink #855177

Color information

#855177 (or 0x855177) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 77. RGB value is (133,81,119). Sum of RGB (Red+Green+Blue) = 133+81+119=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855177 is #7AAE88. Grayscale: #646464. Windows color (decimal): -8040073 or 7819653. OLE color: 7819653.

HSL color Cylindrical-coordinate representation of color #855177: hue angle of 316.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855177 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13381119-
CMYK00.390.110.48
HSL316.15º24.3%41.96%-
HSV(B)316.15º39.1%52.16%-
XYZ15.9512.218.97-
YUV100.88138.23150.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=39.94%
G=24.32%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338111900.390.110.48316.1524.341.96
Hex855177027B3013c182a
Octal20512116704713604743052
Binary10000101101000111101110100111101111000010011110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855177; }

 p { color: rgb(133,81,119); }

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

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

 a { background-color: rgb(133,81,119); }

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

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

 span { border-color: rgb(133,81,119); }

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