#855157

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

Shades of Solid Pink #855157

Tints of Solid Pink #855157

Color information

#855157 (or 0x855157) is unknown color: approx Solid Pink. HEX triplet: 85, 51 and 57. RGB value is (133,81,87). Sum of RGB (Red+Green+Blue) = 133+81+87=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855157 is #7AAEA8. Grayscale: #616161. Windows color (decimal): -8040105 or 5722501. OLE color: 5722501.

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

Color convert

RGB1338187-
CMYK00.390.350.48
HSL353.08º24.3%41.96%-
HSV(B)353.08º39.1%52.16%-
XYZ14.3411.5610.49-
YUV97.23122.23153.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=44.19%
G=26.91%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133818700.390.350.48353.0824.341.96
Hex8551570272330161182a
Octal20512112704743605413052
Binary1000010110100011010111010011110001111000010110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855157; }

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

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

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

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

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

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

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

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