#875055

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

Shades of Solid Pink #875055

Tints of Solid Pink #875055

Color information

#875055 (or 0x875055) is unknown color: approx Solid Pink. HEX triplet: 87, 50 and 55. RGB value is (135,80,85). Sum of RGB (Red+Green+Blue) = 135+80+85=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #875055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875055 is #78AFAA. Grayscale: #616161. Windows color (decimal): -7909291 or 5591175. OLE color: 5591175.

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

Color convert

RGB1358085-
CMYK00.410.370.47
HSL354.55º25.58%42.16%-
HSV(B)354.55º40.74%52.94%-
XYZ14.511.5410.06-
YUV97.01121.22155.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=45%
G=26.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135808500.410.370.47354.5525.5842.16
Hex875055029252F1631a2a
Octal20712012505145575433252
Binary1000011110100001010101010100110010110111110110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875055; }

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

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

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

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

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

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

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

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