#875558

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

Shades of Solid Pink #875558

Tints of Solid Pink #875558

Color information

#875558 (or 0x875558) is unknown color: approx Solid Pink. HEX triplet: 87, 55 and 58. RGB value is (135,85,88). Sum of RGB (Red+Green+Blue) = 135+85+88=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875558 is #78AAA7. Grayscale: #646464. Windows color (decimal): -7908008 or 5789063. OLE color: 5789063.

HSL color Cylindrical-coordinate representation of color #875558: hue angle of 356.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875558 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1358588-
CMYK00.370.350.47
HSL356.4º22.73%43.14%-
HSV(B)356.4º37.04%52.94%-
XYZ1512.3510.83-
YUV100.29121.06152.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=43.83%
G=27.60%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135858800.370.350.47356.422.7343.14
Hex875558025232F164172b
Octal20712513004543575442753
Binary1000011110101011011000010010110001110111110110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875558; }

 p { color: rgb(135,85,88); }

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

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

 a { background-color: rgb(135,85,88); }

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

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

 span { border-color: rgb(135,85,88); }

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