#855477

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

Shades of Trendy Pink #855477

Tints of Trendy Pink #855477

Color information

#855477 (or 0x855477) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 77. RGB value is (133,84,119). Sum of RGB (Red+Green+Blue) = 133+84+119=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855477 is #7AAB88. Grayscale: #666666. Windows color (decimal): -8039305 or 7820421. OLE color: 7820421.

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

Color convert

RGB13384119-
CMYK00.370.110.48
HSL317.14º22.58%42.55%-
HSV(B)317.14º36.84%52.16%-
XYZ16.1712.6619.04-
YUV102.64137.23149.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=39.58%
G=25%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338411900.370.110.48317.1422.5842.55
Hex855477025B3013d172b
Octal20512416704513604752753
Binary10000101101010011101110100101101111000010011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855477; }

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

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

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

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

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

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

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

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