#855357

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

Shades of Solid Pink #855357

Tints of Solid Pink #855357

Color information

#855357 (or 0x855357) is unknown color: approx Solid Pink. HEX triplet: 85, 53 and 57. RGB value is (133,83,87). Sum of RGB (Red+Green+Blue) = 133+83+87=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855357 is #7AACA8. Grayscale: #626262. Windows color (decimal): -8039593 or 5723013. OLE color: 5723013.

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

Color convert

RGB1338387-
CMYK00.380.350.48
HSL355.2º23.15%42.35%-
HSV(B)355.2º37.59%52.16%-
XYZ14.4911.8610.54-
YUV98.41121.56152.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=43.89%
G=27.39%
B=28.71%

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
Decimal133838700.380.350.48355.223.1542.35
Hex8553570262330163172a
Octal20512312704643605432752
Binary1000010110100111010111010011010001111000010110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855357; }

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

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

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

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

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

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

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

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