#86565B

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

Shades of Solid Pink #86565B

Tints of Solid Pink #86565B

Color information

#86565B (or 0x86565B) is unknown color: approx Solid Pink. HEX triplet: 86, 56 and 5B. RGB value is (134,86,91). Sum of RGB (Red+Green+Blue) = 134+86+91=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86565B is #79A9A4. Grayscale: #646464. Windows color (decimal): -7973285 or 5985926. OLE color: 5985926.

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

Color convert

RGB1348691-
CMYK00.360.320.47
HSL353.75º21.82%43.14%-
HSV(B)353.75º35.82%52.55%-
XYZ15.0512.4811.51-
YUV100.92122.4151.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=43.09%
G=27.65%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134869100.360.320.47353.7521.8243.14
Hex86565B024202F162162b
Octal20612613304440575422653
Binary1000011010101101011011010010010000010111110110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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