#855759

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

Shades of Solid Pink #855759

Tints of Solid Pink #855759

Color information

#855759 (or 0x855759) is unknown color: approx Solid Pink. HEX triplet: 85, 57 and 59. RGB value is (133,87,89). Sum of RGB (Red+Green+Blue) = 133+87+89=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855759 is #7AA8A6. Grayscale: #656565. Windows color (decimal): -8038567 or 5855109. OLE color: 5855109.

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

Color convert

RGB1338789-
CMYK00.350.330.48
HSL357.39º20.91%43.14%-
HSV(B)357.39º34.59%52.16%-
XYZ14.8812.5211.08-
YUV100.98121.24150.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=43.04%
G=28.16%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133878900.350.330.48357.3920.9143.14
Hex8557590232130165152b
Octal20512713104341605452553
Binary1000010110101111011001010001110000111000010110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855759; }

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

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

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

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

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

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

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

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