#855257

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

Shades of Solid Pink #855257

Tints of Solid Pink #855257

Color information

#855257 (or 0x855257) is unknown color: approx Solid Pink. HEX triplet: 85, 52 and 57. RGB value is (133,82,87). Sum of RGB (Red+Green+Blue) = 133+82+87=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855257 is #7AADA8. Grayscale: #616161. Windows color (decimal): -8039849 or 5722757. OLE color: 5722757.

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

Color convert

RGB1338287-
CMYK00.380.350.48
HSL354.12º23.72%42.16%-
HSV(B)354.12º38.35%52.16%-
XYZ14.4111.7110.52-
YUV97.82121.9153.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=44.04%
G=27.15%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133828700.380.350.48354.1223.7242.16
Hex8552570262330162182a
Octal20512212704643605423052
Binary1000010110100101010111010011010001111000010110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855257; }

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

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

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

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

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

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

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

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