#855457

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

Shades of Solid Pink #855457

Tints of Solid Pink #855457

Color information

#855457 (or 0x855457) is unknown color: approx Solid Pink. HEX triplet: 85, 54 and 57. RGB value is (133,84,87). Sum of RGB (Red+Green+Blue) = 133+84+87=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #855457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855457 is #7AABA8. Grayscale: #636363. Windows color (decimal): -8039337 or 5723269. OLE color: 5723269.

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

Color convert

RGB1338487-
CMYK00.370.350.48
HSL356.33º22.58%42.55%-
HSV(B)356.33º36.84%52.16%-
XYZ14.5612.0210.57-
YUV98.99121.23152.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=43.75%
G=27.63%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133848700.370.350.48356.3322.5842.55
Hex8554570252330164172b
Octal20512412704543605442753
Binary1000010110101001010111010010110001111000010110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855457; }

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

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

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

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

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

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

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

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