#86555B

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

Shades of Solid Pink #86555B

Tints of Solid Pink #86555B

Color information

#86555B (or 0x86555B) is unknown color: approx Solid Pink. HEX triplet: 86, 55 and 5B. RGB value is (134,85,91). Sum of RGB (Red+Green+Blue) = 134+85+91=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86555B is #79AAA4. Grayscale: #646464. Windows color (decimal): -7973541 or 5985670. OLE color: 5985670.

HSL color Cylindrical-coordinate representation of color #86555B: hue angle of 352.65º degrees, saturation: 0.22, 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 #86555B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1348591-
CMYK00.370.320.47
HSL352.65º22.37%42.94%-
HSV(B)352.65º36.57%52.55%-
XYZ14.9712.3211.49-
YUV100.33122.73152.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=43.23%
G=27.42%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134859100.370.320.47352.6522.3742.94
Hex86555B025202F161162b
Octal20612513304540575412653
Binary1000011010101011011011010010110000010111110110000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86555B; }

 p { color: rgb(134,85,91); }

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

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

 a { background-color: rgb(134,85,91); }

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

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

 span { border-color: rgb(134,85,91); }

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