#855559

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

Shades of Solid Pink #855559

Tints of Solid Pink #855559

Color information

#855559 (or 0x855559) is unknown color: approx Solid Pink. HEX triplet: 85, 55 and 59. RGB value is (133,85,89). Sum of RGB (Red+Green+Blue) = 133+85+89=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #855559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855559 is #7AAAA6. Grayscale: #636363. Windows color (decimal): -8039079 or 5854597. OLE color: 5854597.

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

Color convert

RGB1338589-
CMYK00.360.330.48
HSL355º22.02%42.75%-
HSV(B)355º36.09%52.16%-
XYZ14.7212.211.03-
YUV99.81121.9151.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 89 (35.16% from 255) = 28.99%
R=43.32%
G=27.69%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133858900.360.330.4835522.0242.75
Hex8555590242130163162b
Octal20512513104441605432653
Binary1000010110101011011001010010010000111000010110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855559; }

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

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

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

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

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

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

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

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