#875356

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

Shades of Solid Pink #875356

Tints of Solid Pink #875356

Color information

#875356 (or 0x875356) is unknown color: approx Solid Pink. HEX triplet: 87, 53 and 56. RGB value is (135,83,86). Sum of RGB (Red+Green+Blue) = 135+83+86=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875356 is #78ACA9. Grayscale: #626262. Windows color (decimal): -7908522 or 5657479. OLE color: 5657479.

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

Color convert

RGB1358386-
CMYK00.390.360.47
HSL356.54º23.85%42.75%-
HSV(B)356.54º38.52%52.94%-
XYZ14.7612.0110.34-
YUV98.89120.73153.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=44.41%
G=27.30%
B=28.29%

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
Decimal135838600.390.360.47356.5423.8542.75
Hex875356027242F165182b
Octal20712312604744575453053
Binary1000011110100111010110010011110010010111110110010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875356; }

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

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

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

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

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

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

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

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