#86575B

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

Shades of Solid Pink #86575B

Tints of Solid Pink #86575B

Color information

#86575B (or 0x86575B) is unknown color: approx Solid Pink. HEX triplet: 86, 57 and 5B. RGB value is (134,87,91). Sum of RGB (Red+Green+Blue) = 134+87+91=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86575B is #79A8A4. Grayscale: #656565. Windows color (decimal): -7973029 or 5986182. OLE color: 5986182.

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

Color convert

RGB1348791-
CMYK00.350.320.47
HSL354.89º21.27%43.33%-
HSV(B)354.89º35.07%52.55%-
XYZ15.1312.6411.54-
YUV101.51122.07151.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=42.95%
G=27.88%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134879100.350.320.47354.8921.2743.33
Hex86575B023202F163152b
Octal20612713304340575432553
Binary1000011010101111011011010001110000010111110110001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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