#875256

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

Shades of Solid Pink #875256

Tints of Solid Pink #875256

Color information

#875256 (or 0x875256) is unknown color: approx Solid Pink. HEX triplet: 87, 52 and 56. RGB value is (135,82,86). Sum of RGB (Red+Green+Blue) = 135+82+86=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875256 is #78ADA9. Grayscale: #626262. Windows color (decimal): -7908778 or 5657223. OLE color: 5657223.

HSL color Cylindrical-coordinate representation of color #875256: hue angle of 355.47º 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 #875256 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1358286-
CMYK00.390.360.47
HSL355.47º24.42%42.55%-
HSV(B)355.47º39.26%52.94%-
XYZ14.6911.8610.32-
YUV98.3121.06154.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=44.55%
G=27.06%
B=28.38%

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
Decimal135828600.390.360.47355.4724.4242.55
Hex875256027242F163182b
Octal20712212604744575433053
Binary1000011110100101010110010011110010010111110110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875256; }

 p { color: rgb(135,82,86); }

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

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

 a { background-color: rgb(135,82,86); }

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

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

 span { border-color: rgb(135,82,86); }

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