#875357

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

Shades of Solid Pink #875357

Tints of Solid Pink #875357

Color information

#875357 (or 0x875357) is unknown color: approx Solid Pink. HEX triplet: 87, 53 and 57. RGB value is (135,83,87). Sum of RGB (Red+Green+Blue) = 135+83+87=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875357 is #78ACA8. Grayscale: #636363. Windows color (decimal): -7908521 or 5723015. OLE color: 5723015.

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

Color convert

RGB1358387-
CMYK00.390.360.47
HSL355.38º23.85%42.75%-
HSV(B)355.38º38.52%52.94%-
XYZ14.8112.0310.56-
YUV99121.23153.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 87 (34.38% from 255) = 28.52%
R=44.26%
G=27.21%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135838700.390.360.47355.3823.8542.75
Hex875357027242F163182b
Octal20712312704744575433053
Binary1000011110100111010111010011110010010111110110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875357; }

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

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

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

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

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

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

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

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